Html Css Color HEX #7F04CE Dark Violet

📋 copy color: '#7F04CE'

red 127 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #7F04CE

Tints of Dark Violet #7F04CE

RGB

 RED value IS 127 (50% from 255) = 37.69%

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 37.69%
G = 1.19%
B = 61.13%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F04CE (or 0x7F04CE) is known color: Dark Violet. HEX triplet: 7F, 04 and CE. RGB value is (127,4,206). Sum of RGB (Red+Green+Blue) = 127+4+206=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F04CE is #80FB31. Grayscale: #3F3F3F. Windows color (decimal): -8452914 or 13501567. OLE color: 13501567.

HSL color Cylindrical-coordinate representation of color #7F04CE: hue angle of 276.53º degrees, saturation: 0.96, 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 #7F04CE is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 4 206 -
CMYK 0.38 0.98 0 0.19
HSL 276.53º 0.96% 0.41% -
HSV(B) 276.53º 0.98% 0.81% -
XYZ 19.94 9.06 59.09 -
YUV 63.81 208.25 173.07 -
System Red Green Blue C M Y K H S L
Decimal 127 4 206 0.38 0.98 0 0.19 276.53 0.96 0.41
Hex 7F 4 CE 26 62 0 13 115 60 29
Octal 177 4 316 46 142 0 23 425 140 51
Binary 1111111 100 11001110 100110 1100010 0 10011 100010101 1100000 101001

Color Harmonies of #7F04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F04CE

Black with #7F04CE

Text Example


Text Example

White with #7F04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,4,206); }

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

background-color css

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

 a { background-color: rgb(127,4,206); }

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

border-color css

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

 span { border-color: rgb(127,4,206); }

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