Html Css Color HEX #7F03D7 Dark Violet

📋 copy color: '#7F03D7'

red 127 ◦ green 3 ◦ blue 215

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

Shades of Dark Violet #7F03D7

Tints of Dark Violet #7F03D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.32%

R = 36.81%
G = 0.87%
B = 62.32%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F03D7 (or 0x7F03D7) is known color: Dark Violet. HEX triplet: 7F, 03 and D7. RGB value is (127,3,215). Sum of RGB (Red+Green+Blue) = 127+3+215=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #7F03D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F03D7 is #80FC28. Grayscale: #3F3F3F. Windows color (decimal): -8453161 or 14091135. OLE color: 14091135.

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

Color convert

RGB 127 3 215 -
CMYK 0.41 0.99 0 0.16
HSL 275.09º 0.97% 0.43% -
HSV(B) 275.09º 0.99% 0.84% -
XYZ 21.05 9.48 65.01 -
YUV 64.24 213.08 172.76 -
System Red Green Blue C M Y K H S L
Decimal 127 3 215 0.41 0.99 0 0.16 275.09 0.97 0.43
Hex 7F 3 D7 29 63 0 10 113 61 2B
Octal 177 3 327 51 143 0 20 423 141 53
Binary 1111111 11 11010111 101001 1100011 0 10000 100010011 1100001 101011

Color Harmonies of #7F03D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F03D7

Black with #7F03D7

Text Example


Text Example

White with #7F03D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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