Html Css Color HEX #7C06CC Dark Violet

📋 copy color: '#7C06CC'

red 124 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #7C06CC

Tints of Dark Violet #7C06CC

RGB

 RED value IS 124 (48.83% from 255) = 37.13%

 GREEN value IS 6 (2.73% from 255) = 1.8%

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

R = 37.13%
G = 1.8%
B = 61.08%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C06CC (or 0x7C06CC) is known color: Dark Violet. HEX triplet: 7C, 06 and CC. RGB value is (124,6,204). Sum of RGB (Red+Green+Blue) = 124+6+204=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 6 (2.73% from 255 or 1.80% 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 #7C06CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C06CC is #83F933. Grayscale: #3F3F3F. Windows color (decimal): -8649012 or 13371004. OLE color: 13371004.

HSL color Cylindrical-coordinate representation of color #7C06CC: hue angle of 275.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C06CC is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 6 204 -
CMYK 0.39 0.97 0 0.2
HSL 275.76º 0.94% 0.41% -
HSV(B) 275.76º 0.97% 0.8% -
XYZ 19.28 8.77 57.8 -
YUV 63.85 207.09 170.9 -
System Red Green Blue C M Y K H S L
Decimal 124 6 204 0.39 0.97 0 0.2 275.76 0.94 0.41
Hex 7C 6 CC 27 61 0 14 114 5E 29
Octal 174 6 314 47 141 0 24 424 136 51
Binary 1111100 110 11001100 100111 1100001 0 10100 100010100 1011110 101001

Color Harmonies of #7C06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C06CC

Black with #7C06CC

Text Example


Text Example

White with #7C06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,6,204); }

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

background-color css

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

 a { background-color: rgb(124,6,204); }

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

border-color css

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

 span { border-color: rgb(124,6,204); }

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