Html Css Color HEX #7F0CD5 Dark Violet

📋 copy color: '#7F0CD5'

red 127 ◦ green 12 ◦ blue 213

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

Shades of Dark Violet #7F0CD5

Tints of Dark Violet #7F0CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.41%

 BLUE value IS 213 (83.59% from 255) = 60.51%

R = 36.08%
G = 3.41%
B = 60.51%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F0CD5 (or 0x7F0CD5) is known color: Dark Violet. HEX triplet: 7F, 0C and D5. RGB value is (127,12,213). Sum of RGB (Red+Green+Blue) = 127+12+213=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F0CD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0CD5 is #80F32A. Grayscale: #444444. Windows color (decimal): -8450859 or 13962367. OLE color: 13962367.

HSL color Cylindrical-coordinate representation of color #7F0CD5: hue angle of 274.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0CD5 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 12 213 -
CMYK 0.40 0.94 0 0.16
HSL 274.33º 0.89% 0.44% -
HSV(B) 274.33º 0.94% 0.84% -
XYZ 20.89 9.58 63.7 -
YUV 69.3 209.1 169.16 -
System Red Green Blue C M Y K H S L
Decimal 127 12 213 0.40 0.94 0 0.16 274.33 0.89 0.44
Hex 7F C D5 28 5E 0 10 112 59 2C
Octal 177 14 325 50 136 0 20 422 131 54
Binary 1111111 1100 11010101 101000 1011110 0 10000 100010010 1011001 101100

Color Harmonies of #7F0CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0CD5

Black with #7F0CD5

Text Example


Text Example

White with #7F0CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,12,213); }

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

background-color css

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

 a { background-color: rgb(127,12,213); }

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

border-color css

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

 span { border-color: rgb(127,12,213); }

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