Html Css Color HEX #7F15B2 Dark Violet

📋 copy color: '#7F15B2'

red 127 ◦ green 21 ◦ blue 178

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

Shades of Dark Violet #7F15B2

Tints of Dark Violet #7F15B2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

 BLUE value IS 178 (69.92% from 255) = 54.6%

R = 38.96%
G = 6.44%
B = 54.6%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7F15B2 (or 0x7F15B2) is known color: Dark Violet. HEX triplet: 7F, 15 and B2. RGB value is (127,21,178). Sum of RGB (Red+Green+Blue) = 127+21+178=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #7F15B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F15B2 is #80EA4D. Grayscale: #464646. Windows color (decimal): -8448590 or 11670911. OLE color: 11670911.

HSL color Cylindrical-coordinate representation of color #7F15B2: hue angle of 280.51º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F15B2 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 21 178 -
CMYK 0.29 0.88 0 0.30
HSL 280.51º 0.79% 0.39% -
HSV(B) 280.51º 0.88% 0.7% -
XYZ 17.06 8.26 42.82 -
YUV 70.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 127 21 178 0.29 0.88 0 0.30 280.51 0.79 0.39
Hex 7F 15 B2 1D 58 0 1E 119 4F 27
Octal 177 25 262 35 130 0 36 431 117 47
Binary 1111111 10101 10110010 11101 1011000 0 11110 100011001 1001111 100111

Color Harmonies of #7F15B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F15B2

Black with #7F15B2

Text Example


Text Example

White with #7F15B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,178); }

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

background-color css

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

 a { background-color: rgb(127,21,178); }

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

border-color css

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

 span { border-color: rgb(127,21,178); }

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