Html Css Color HEX #612D5F Palatinate Purple

📋 copy color: '#612D5F'

red 97 ◦ green 45 ◦ blue 95

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

Shades of Palatinate Purple #612D5F

Tints of Palatinate Purple #612D5F

RGB

 RED value IS 97 (38.28% from 255) = 40.93%

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 40.93%
G = 18.99%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#612D5F (or 0x612D5F) is known color: Palatinate Purple. HEX triplet: 61, 2D and 5F. RGB value is (97,45,95). Sum of RGB (Red+Green+Blue) = 97+45+95=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #612D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D5F is #9ED2A0. Grayscale: #424242. Windows color (decimal): -10408609 or 6237537. OLE color: 6237537.

HSL color Cylindrical-coordinate representation of color #612D5F: hue angle of 302.31º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #612D5F is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 45 95 -
CMYK 0 0.54 0.02 0.62
HSL 302.31º 0.37% 0.28% -
HSV(B) 302.31º 0.54% 0.38% -
XYZ 7.93 5.24 11.42 -
YUV 66.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 97 45 95 0 0.54 0.02 0.62 302.31 0.37 0.28
Hex 61 2D 5F 0 36 2 3E 12E 25 1C
Octal 141 55 137 0 66 2 76 456 45 34
Binary 1100001 101101 1011111 0 110110 10 111110 100101110 100101 11100

Color Harmonies of #612D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D5F

Black with #612D5F

Text Example


Text Example

White with #612D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612D5F; }

 p { color: rgb(97,45,95); }

 H1.HeaderClassName
 {
   color: #612D5F;
 }
 .AnyTagClassName
 {
   color: #612D5F;
 }
</style>

background-color css

<style>
 a { background-color: #612D5F; }

 a { background-color: rgb(97,45,95); }

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

border-color css

<style>
 span { border-color: #612D5F; }

 span { border-color: rgb(97,45,95); }

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