Html Css Color HEX #7A15D7 Blue Violet

📋 copy color: '#7A15D7'

red 122 ◦ green 21 ◦ blue 215

#7A15D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7A15D7

Tints of Blue Violet #7A15D7

RGB

 RED value IS 122 (48.05% from 255) = 34.08%

 GREEN value IS 21 (8.59% from 255) = 5.87%

 BLUE value IS 215 (84.38% from 255) = 60.06%

R = 34.08%
G = 5.87%
B = 60.06%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7A15D7 (or 0x7A15D7) is known color: Blue Violet. HEX triplet: 7A, 15 and D7. RGB value is (122,21,215). Sum of RGB (Red+Green+Blue) = 122+21+215=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #7A15D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A15D7 is #85EA28. Grayscale: #484848. Windows color (decimal): -8776233 or 14095738. OLE color: 14095738.

HSL color Cylindrical-coordinate representation of color #7A15D7: hue angle of 271.24º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A15D7 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 21 215 -
CMYK 0.43 0.90 0 0.16
HSL 271.24º 0.82% 0.46% -
HSV(B) 271.24º 0.9% 0.84% -
XYZ 20.56 9.58 65.06 -
YUV 73.32 207.96 162.73 -
System Red Green Blue C M Y K H S L
Decimal 122 21 215 0.43 0.90 0 0.16 271.24 0.82 0.46
Hex 7A 15 D7 2B 5A 0 10 10F 52 2E
Octal 172 25 327 53 132 0 20 417 122 56
Binary 1111010 10101 11010111 101011 1011010 0 10000 100001111 1010010 101110

Color Harmonies of #7A15D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A15D7

Black with #7A15D7

Text Example


Text Example

White with #7A15D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A15D7; }

 p { color: rgb(122,21,215); }

 H1.HeaderClassName
 {
   color: #7A15D7;
 }
 .AnyTagClassName
 {
   color: #7A15D7;
 }
</style>

background-color css

<style>
 a { background-color: #7A15D7; }

 a { background-color: rgb(122,21,215); }

 div.DivClassName
 {
   background-color: #7A15D7;
 }
 .BgClassName
 {
   background-color: #7A15D7;
 }
</style>

border-color css

<style>
 span { border-color: #7A15D7; }

 span { border-color: rgb(122,21,215); }

 td.TdClassName
 {
   border-color: #7A15D7;
 }
 .TagClassName
 {
   border-color: #7A15D7;
 }
</style>