Html Css Color HEX #7C05CE Dark Violet

📋 copy color: '#7C05CE'

red 124 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #7C05CE

Tints of Dark Violet #7C05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 37.01%
G = 1.49%
B = 61.49%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C05CE (or 0x7C05CE) is known color: Dark Violet. HEX triplet: 7C, 05 and CE. RGB value is (124,5,206). Sum of RGB (Red+Green+Blue) = 124+5+206=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C05CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C05CE is #83FA31. Grayscale: #3E3E3E. Windows color (decimal): -8649266 or 13501820. OLE color: 13501820.

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

Color convert

RGB 124 5 206 -
CMYK 0.40 0.98 0 0.19
HSL 275.52º 0.95% 0.41% -
HSV(B) 275.52º 0.98% 0.81% -
XYZ 19.51 8.85 59.07 -
YUV 63.5 208.42 171.16 -
System Red Green Blue C M Y K H S L
Decimal 124 5 206 0.40 0.98 0 0.19 275.52 0.95 0.41
Hex 7C 5 CE 28 62 0 13 114 5F 29
Octal 174 5 316 50 142 0 23 424 137 51
Binary 1111100 101 11001110 101000 1100010 0 10011 100010100 1011111 101001

Color Harmonies of #7C05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C05CE

Black with #7C05CE

Text Example


Text Example

White with #7C05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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