Html Css Color HEX #7A08CC Dark Violet

📋 copy color: '#7A08CC'

red 122 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #7A08CC

Tints of Dark Violet #7A08CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 36.53%
G = 2.4%
B = 61.08%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A08CC (or 0x7A08CC) is known color: Dark Violet. HEX triplet: 7A, 08 and CC. RGB value is (122,8,204). Sum of RGB (Red+Green+Blue) = 122+8+204=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A08CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A08CC is #85F733. Grayscale: #3F3F3F. Windows color (decimal): -8779572 or 13371514. OLE color: 13371514.

HSL color Cylindrical-coordinate representation of color #7A08CC: hue angle of 274.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A08CC is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 8 204 -
CMYK 0.40 0.96 0 0.2
HSL 274.9º 0.92% 0.42% -
HSV(B) 274.9º 0.96% 0.8% -
XYZ 19.01 8.67 57.8 -
YUV 64.43 206.77 169.06 -
System Red Green Blue C M Y K H S L
Decimal 122 8 204 0.40 0.96 0 0.2 274.9 0.92 0.42
Hex 7A 8 CC 28 60 0 14 113 5C 2A
Octal 172 10 314 50 140 0 24 423 134 52
Binary 1111010 1000 11001100 101000 1100000 0 10100 100010011 1011100 101010

Color Harmonies of #7A08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A08CC

Black with #7A08CC

Text Example


Text Example

White with #7A08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,8,204); }

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

background-color css

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

 a { background-color: rgb(122,8,204); }

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

border-color css

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

 span { border-color: rgb(122,8,204); }

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