Html Css Color HEX #612D5E Palatinate Purple

📋 copy color: '#612D5E'

red 97 ◦ green 45 ◦ blue 94

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

Shades of Palatinate Purple #612D5E

Tints of Palatinate Purple #612D5E

RGB

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

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

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

R = 41.1%
G = 19.07%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#612D5E (or 0x612D5E) is known color: Palatinate Purple. HEX triplet: 61, 2D and 5E. RGB value is (97,45,94). Sum of RGB (Red+Green+Blue) = 97+45+94=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #612D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D5E is #9ED2A1. Grayscale: #414141. Windows color (decimal): -10408610 or 6172001. OLE color: 6172001.

HSL color Cylindrical-coordinate representation of color #612D5E: hue angle of 303.46º 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 #612D5E is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 45 94 -
CMYK 0 0.54 0.03 0.62
HSL 303.46º 0.37% 0.28% -
HSV(B) 303.46º 0.54% 0.38% -
XYZ 7.89 5.23 11.18 -
YUV 66.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 97 45 94 0 0.54 0.03 0.62 303.46 0.37 0.28
Hex 61 2D 5E 0 36 3 3E 12F 25 1C
Octal 141 55 136 0 66 3 76 457 45 34
Binary 1100001 101101 1011110 0 110110 11 111110 100101111 100101 11100

Color Harmonies of #612D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D5E

Black with #612D5E

Text Example


Text Example

White with #612D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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