Html Css Color HEX #7D15CA Dark Violet

📋 copy color: '#7D15CA'

red 125 ◦ green 21 ◦ blue 202

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

Shades of Dark Violet #7D15CA

Tints of Dark Violet #7D15CA

RGB

 RED value IS 125 (49.22% from 255) = 35.92%

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

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

R = 35.92%
G = 6.03%
B = 58.05%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D15CA (or 0x7D15CA) is known color: Dark Violet. HEX triplet: 7D, 15 and CA. RGB value is (125,21,202). Sum of RGB (Red+Green+Blue) = 125+21+202=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D15CA is #82EA35. Grayscale: #484848. Windows color (decimal): -8579638 or 13243773. OLE color: 13243773.

HSL color Cylindrical-coordinate representation of color #7D15CA: hue angle of 274.48º 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 #7D15CA is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 21 202 -
CMYK 0.38 0.90 0 0.21
HSL 274.48º 0.81% 0.44% -
HSV(B) 274.48º 0.9% 0.79% -
XYZ 19.39 9.16 56.62 -
YUV 72.73 200.96 165.28 -
System Red Green Blue C M Y K H S L
Decimal 125 21 202 0.38 0.90 0 0.21 274.48 0.81 0.44
Hex 7D 15 CA 26 5A 0 15 112 51 2C
Octal 175 25 312 46 132 0 25 422 121 54
Binary 1111101 10101 11001010 100110 1011010 0 10101 100010010 1010001 101100

Color Harmonies of #7D15CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D15CA

Black with #7D15CA

Text Example


Text Example

White with #7D15CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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