Html Css Color HEX #7F01DF Dark Violet

📋 copy color: '#7F01DF'

red 127 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #7F01DF

Tints of Dark Violet #7F01DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 36.18%
G = 0.28%
B = 63.53%

CMYK

 C value IS 0.43

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F01DF (or 0x7F01DF) is known color: Dark Violet. HEX triplet: 7F, 01 and DF. RGB value is (127,1,223). Sum of RGB (Red+Green+Blue) = 127+1+223=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F01DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F01DF is #80FE20. Grayscale: #3F3F3F. Windows color (decimal): -8453665 or 14614911. OLE color: 14614911.

HSL color Cylindrical-coordinate representation of color #7F01DF: hue angle of 274.05º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F01DF is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 1 223 -
CMYK 0.43 1.00 0 0.13
HSL 274.05º 0.99% 0.44% -
HSV(B) 274.05º 1% 0.87% -
XYZ 22.08 9.86 70.55 -
YUV 63.98 217.74 172.95 -
System Red Green Blue C M Y K H S L
Decimal 127 1 223 0.43 1.00 0 0.13 274.05 0.99 0.44
Hex 7F 1 DF 2B 64 0 D 112 63 2C
Octal 177 1 337 53 144 0 15 422 143 54
Binary 1111111 1 11011111 101011 1100100 0 1101 100010010 1100011 101100

Color Harmonies of #7F01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F01DF

Black with #7F01DF

Text Example


Text Example

White with #7F01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,1,223); }

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

background-color css

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

 a { background-color: rgb(127,1,223); }

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

border-color css

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

 span { border-color: rgb(127,1,223); }

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