Html Css Color HEX #7F05DF Dark Violet

📋 copy color: '#7F05DF'

red 127 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #7F05DF

Tints of Dark Violet #7F05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 35.77%
G = 1.41%
B = 62.82%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F05DF (or 0x7F05DF) is known color: Dark Violet. HEX triplet: 7F, 05 and DF. RGB value is (127,5,223). Sum of RGB (Red+Green+Blue) = 127+5+223=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F05DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F05DF is #80FA20. Grayscale: #414141. Windows color (decimal): -8452641 or 14615935. OLE color: 14615935.

HSL color Cylindrical-coordinate representation of color #7F05DF: hue angle of 273.58º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F05DF is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 5 223 -
CMYK 0.43 0.98 0 0.13
HSL 273.58º 0.96% 0.45% -
HSV(B) 273.58º 0.98% 0.87% -
XYZ 22.13 9.95 70.57 -
YUV 66.33 216.42 171.27 -
System Red Green Blue C M Y K H S L
Decimal 127 5 223 0.43 0.98 0 0.13 273.58 0.96 0.45
Hex 7F 5 DF 2B 62 0 D 112 60 2D
Octal 177 5 337 53 142 0 15 422 140 55
Binary 1111111 101 11011111 101011 1100010 0 1101 100010010 1100000 101101

Color Harmonies of #7F05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F05DF

Black with #7F05DF

Text Example


Text Example

White with #7F05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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