Html Css Color HEX #7F15CA Dark Violet

📋 copy color: '#7F15CA'

red 127 ◦ green 21 ◦ blue 202

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

Shades of Dark Violet #7F15CA

Tints of Dark Violet #7F15CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.71%

R = 36.29%
G = 6%
B = 57.71%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F15CA (or 0x7F15CA) is known color: Dark Violet. HEX triplet: 7F, 15 and CA. RGB value is (127,21,202). Sum of RGB (Red+Green+Blue) = 127+21+202=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F15CA is #80EA35. Grayscale: #484848. Windows color (decimal): -8448566 or 13243775. OLE color: 13243775.

HSL color Cylindrical-coordinate representation of color #7F15CA: hue angle of 275.14º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F15CA is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 21 202 -
CMYK 0.37 0.90 0 0.21
HSL 275.14º 0.81% 0.44% -
HSV(B) 275.14º 0.9% 0.79% -
XYZ 19.68 9.31 56.64 -
YUV 73.33 200.62 166.28 -
System Red Green Blue C M Y K H S L
Decimal 127 21 202 0.37 0.90 0 0.21 275.14 0.81 0.44
Hex 7F 15 CA 25 5A 0 15 113 51 2C
Octal 177 25 312 45 132 0 25 423 121 54
Binary 1111111 10101 11001010 100101 1011010 0 10101 100010011 1010001 101100

Color Harmonies of #7F15CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F15CA

Black with #7F15CA

Text Example


Text Example

White with #7F15CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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