Html Css Color HEX #7C01CC Dark Violet

📋 copy color: '#7C01CC'

red 124 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #7C01CC

Tints of Dark Violet #7C01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 37.69%
G = 0.3%
B = 62.01%

CMYK

 C value IS 0.39

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C01CC (or 0x7C01CC) is known color: Dark Violet. HEX triplet: 7C, 01 and CC. RGB value is (124,1,204). Sum of RGB (Red+Green+Blue) = 124+1+204=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C01CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C01CC is #83FE33. Grayscale: #3C3C3C. Windows color (decimal): -8650292 or 13369724. OLE color: 13369724.

HSL color Cylindrical-coordinate representation of color #7C01CC: hue angle of 276.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C01CC is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 1 204 -
CMYK 0.39 1.00 0 0.2
HSL 276.35º 0.99% 0.4% -
HSV(B) 276.35º 1% 0.8% -
XYZ 19.22 8.67 57.79 -
YUV 60.92 208.75 172.99 -
System Red Green Blue C M Y K H S L
Decimal 124 1 204 0.39 1.00 0 0.2 276.35 0.99 0.4
Hex 7C 1 CC 27 64 0 14 114 63 28
Octal 174 1 314 47 144 0 24 424 143 50
Binary 1111100 1 11001100 100111 1100100 0 10100 100010100 1100011 101000

Color Harmonies of #7C01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C01CC

Black with #7C01CC

Text Example


Text Example

White with #7C01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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