Html Css Color HEX #7F03CC Dark Violet

📋 copy color: '#7F03CC'

red 127 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #7F03CC

Tints of Dark Violet #7F03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 38.02%
G = 0.9%
B = 61.08%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F03CC (or 0x7F03CC) is known color: Dark Violet. HEX triplet: 7F, 03 and CC. RGB value is (127,3,204). Sum of RGB (Red+Green+Blue) = 127+3+204=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F03CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F03CC is #80FC33. Grayscale: #3E3E3E. Windows color (decimal): -8453172 or 13370239. OLE color: 13370239.

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

Color convert

RGB 127 3 204 -
CMYK 0.38 0.99 0 0.2
HSL 277.01º 0.97% 0.41% -
HSV(B) 277.01º 0.99% 0.8% -
XYZ 19.68 8.94 57.81 -
YUV 62.99 207.58 173.66 -
System Red Green Blue C M Y K H S L
Decimal 127 3 204 0.38 0.99 0 0.2 277.01 0.97 0.41
Hex 7F 3 CC 26 63 0 14 115 61 29
Octal 177 3 314 46 143 0 24 425 141 51
Binary 1111111 11 11001100 100110 1100011 0 10100 100010101 1100001 101001

Color Harmonies of #7F03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F03CC

Black with #7F03CC

Text Example


Text Example

White with #7F03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,3,204); }

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

background-color css

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

 a { background-color: rgb(127,3,204); }

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

border-color css

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

 span { border-color: rgb(127,3,204); }

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