Html Css Color HEX #7A17E6 Blue Violet

📋 copy color: '#7A17E6'

red 122 ◦ green 23 ◦ blue 230

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

Shades of Blue Violet #7A17E6

Tints of Blue Violet #7A17E6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

 BLUE value IS 230 (90.23% from 255) = 61.33%

R = 32.53%
G = 6.13%
B = 61.33%

CMYK

 C value IS 0.47

 M value IS 0.9

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7A17E6 (or 0x7A17E6) is known color: Blue Violet. HEX triplet: 7A, 17 and E6. RGB value is (122,23,230). Sum of RGB (Red+Green+Blue) = 122+23+230=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 230 (90.23% from 255 or 61.33% from 375); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A17E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A17E6 is #85E819. Grayscale: #4B4B4B. Windows color (decimal): -8775706 or 15079290. OLE color: 15079290.

HSL color Cylindrical-coordinate representation of color #7A17E6: hue angle of 268.7º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A17E6 is Cyan = 0.47, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 23 230 -
CMYK 0.47 0.9 0 0.10
HSL 268.7º 0.82% 0.5% -
HSV(B) 268.7º 0.9% 0.9% -
XYZ 22.62 10.46 75.69 -
YUV 76.2 214.8 160.67 -
System Red Green Blue C M Y K H S L
Decimal 122 23 230 0.47 0.9 0 0.10 268.7 0.82 0.5
Hex 7A 17 E6 2F 5A 0 A 10D 52 32
Octal 172 27 346 57 132 0 12 415 122 62
Binary 1111010 10111 11100110 101111 1011010 0 1010 100001101 1010010 110010

Color Harmonies of #7A17E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A17E6

Black with #7A17E6

Text Example


Text Example

White with #7A17E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,230); }

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

background-color css

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

 a { background-color: rgb(122,23,230); }

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

border-color css

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

 span { border-color: rgb(122,23,230); }

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