Html Css Color HEX #7C00CE Dark Violet

📋 copy color: '#7C00CE'

red 124 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #7C00CE

Tints of Dark Violet #7C00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 37.58%
G = 0%
B = 62.42%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C00CE (or 0x7C00CE) is known color: Dark Violet. HEX triplet: 7C, 00 and CE. RGB value is (124,0,206). Sum of RGB (Red+Green+Blue) = 124+0+206=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00CE is #83FF31. Grayscale: #3B3B3B. Windows color (decimal): -8650546 or 13500540. OLE color: 13500540.

HSL color Cylindrical-coordinate representation of color #7C00CE: hue angle of 276.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00CE is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 0 206 -
CMYK 0.40 1 0 0.19
HSL 276.12º 1% 0.4% -
HSV(B) 276.12º 1% 0.81% -
XYZ 19.45 8.74 59.05 -
YUV 60.56 210.08 173.25 -
System Red Green Blue C M Y K H S L
Decimal 124 0 206 0.40 1 0 0.19 276.12 1 0.4
Hex 7C 0 CE 28 64 0 13 114 64 28
Octal 174 0 316 50 144 0 23 424 144 50
Binary 1111100 0 11001110 101000 1100100 0 10011 100010100 1100100 101000

Color Harmonies of #7C00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C00CE

Black with #7C00CE

Text Example


Text Example

White with #7C00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,206); }

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

background-color css

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

 a { background-color: rgb(124,0,206); }

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

border-color css

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

 span { border-color: rgb(124,0,206); }

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