Html Css Color HEX #7D215E Palatinate Purple

📋 copy color: '#7D215E'

red 125 ◦ green 33 ◦ blue 94

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

Shades of Palatinate Purple #7D215E

Tints of Palatinate Purple #7D215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 49.6%
G = 13.1%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D215E (or 0x7D215E) is known color: Palatinate Purple. HEX triplet: 7D, 21 and 5E. RGB value is (125,33,94). Sum of RGB (Red+Green+Blue) = 125+33+94=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D215E is #82DEA1. Grayscale: #434343. Windows color (decimal): -8576674 or 6168957. OLE color: 6168957.

HSL color Cylindrical-coordinate representation of color #7D215E: hue angle of 320.22º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D215E is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 33 94 -
CMYK 0 0.74 0.25 0.51
HSL 320.22º 0.58% 0.31% -
HSV(B) 320.22º 0.74% 0.49% -
XYZ 11.02 6.26 11.22 -
YUV 67.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 125 33 94 0 0.74 0.25 0.51 320.22 0.58 0.31
Hex 7D 21 5E 0 4A 19 33 140 3A 1F
Octal 175 41 136 0 112 31 63 500 72 37
Binary 1111101 100001 1011110 0 1001010 11001 110011 101000000 111010 11111

Color Harmonies of #7D215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D215E

Black with #7D215E

Text Example


Text Example

White with #7D215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,33,94); }

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

background-color css

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

 a { background-color: rgb(125,33,94); }

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

border-color css

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

 span { border-color: rgb(125,33,94); }

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