Html Css Color HEX #7F02CE Dark Violet

📋 copy color: '#7F02CE'

red 127 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #7F02CE

Tints of Dark Violet #7F02CE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 37.91%
G = 0.6%
B = 61.49%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F02CE (or 0x7F02CE) is known color: Dark Violet. HEX triplet: 7F, 02 and CE. RGB value is (127,2,206). Sum of RGB (Red+Green+Blue) = 127+2+206=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 2 (1.17% from 255 or 0.60% 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 #7F02CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F02CE is #80FD31. Grayscale: #3D3D3D. Windows color (decimal): -8453426 or 13501055. OLE color: 13501055.

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

Color convert

RGB 127 2 206 -
CMYK 0.38 0.99 0 0.19
HSL 276.76º 0.98% 0.41% -
HSV(B) 276.76º 0.99% 0.81% -
XYZ 19.91 9.01 59.08 -
YUV 62.63 208.91 173.91 -
System Red Green Blue C M Y K H S L
Decimal 127 2 206 0.38 0.99 0 0.19 276.76 0.98 0.41
Hex 7F 2 CE 26 63 0 13 115 62 29
Octal 177 2 316 46 143 0 23 425 142 51
Binary 1111111 10 11001110 100110 1100011 0 10011 100010101 1100010 101001

Color Harmonies of #7F02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F02CE

Black with #7F02CE

Text Example


Text Example

White with #7F02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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