Html Css Color HEX #7A17EA Blue Violet

📋 copy color: '#7A17EA'

red 122 ◦ green 23 ◦ blue 234

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

Shades of Blue Violet #7A17EA

Tints of Blue Violet #7A17EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.74%

R = 32.19%
G = 6.07%
B = 61.74%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A17EA (or 0x7A17EA) is known color: Blue Violet. HEX triplet: 7A, 17 and EA. RGB value is (122,23,234). Sum of RGB (Red+Green+Blue) = 122+23+234=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A17EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A17EA is #85E815. Grayscale: #4B4B4B. Windows color (decimal): -8775702 or 15341434. OLE color: 15341434.

HSL color Cylindrical-coordinate representation of color #7A17EA: hue angle of 268.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A17EA is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 23 234 -
CMYK 0.48 0.90 0 0.08
HSL 268.15º 0.83% 0.5% -
HSV(B) 268.15º 0.9% 0.92% -
XYZ 23.18 10.69 78.68 -
YUV 76.66 216.8 160.34 -
System Red Green Blue C M Y K H S L
Decimal 122 23 234 0.48 0.90 0 0.08 268.15 0.83 0.5
Hex 7A 17 EA 30 5A 0 8 10C 53 32
Octal 172 27 352 60 132 0 10 414 123 62
Binary 1111010 10111 11101010 110000 1011010 0 1000 100001100 1010011 110010

Color Harmonies of #7A17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A17EA

Black with #7A17EA

Text Example


Text Example

White with #7A17EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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