Html Css Color HEX #7F0FCF Dark Violet

📋 copy color: '#7F0FCF'

red 127 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #7F0FCF

Tints of Dark Violet #7F0FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.3%

 BLUE value IS 207 (81.25% from 255) = 59.31%

R = 36.39%
G = 4.3%
B = 59.31%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F0FCF (or 0x7F0FCF) is known color: Dark Violet. HEX triplet: 7F, 0F and CF. RGB value is (127,15,207). Sum of RGB (Red+Green+Blue) = 127+15+207=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F0FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0FCF is #80F030. Grayscale: #454545. Windows color (decimal): -8450097 or 13569919. OLE color: 13569919.

HSL color Cylindrical-coordinate representation of color #7F0FCF: hue angle of 275º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0FCF is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 15 207 -
CMYK 0.39 0.93 0 0.19
HSL 275º 0.86% 0.44% -
HSV(B) 275º 0.93% 0.81% -
XYZ 20.19 9.36 59.77 -
YUV 70.38 205.11 168.39 -
System Red Green Blue C M Y K H S L
Decimal 127 15 207 0.39 0.93 0 0.19 275 0.86 0.44
Hex 7F F CF 27 5D 0 13 113 56 2C
Octal 177 17 317 47 135 0 23 423 126 54
Binary 1111111 1111 11001111 100111 1011101 0 10011 100010011 1010110 101100

Color Harmonies of #7F0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0FCF

Black with #7F0FCF

Text Example


Text Example

White with #7F0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,15,207); }

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

background-color css

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

 a { background-color: rgb(127,15,207); }

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

border-color css

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

 span { border-color: rgb(127,15,207); }

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