Html Css Color HEX #612E59 Palatinate Purple

📋 copy color: '#612E59'

red 97 ◦ green 46 ◦ blue 89

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

Shades of Palatinate Purple #612E59

Tints of Palatinate Purple #612E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

 BLUE value IS 89 (35.16% from 255) = 38.36%

R = 41.81%
G = 19.83%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#612E59 (or 0x612E59) is known color: Palatinate Purple. HEX triplet: 61, 2E and 59. RGB value is (97,46,89). Sum of RGB (Red+Green+Blue) = 97+46+89=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #612E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E59 is #9ED1A6. Grayscale: #424242. Windows color (decimal): -10408359 or 5844577. OLE color: 5844577.

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

Color convert

RGB 97 46 89 -
CMYK 0 0.53 0.08 0.62
HSL 309.41º 0.36% 0.28% -
HSV(B) 309.41º 0.53% 0.38% -
XYZ 7.71 5.22 10.05 -
YUV 66.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 97 46 89 0 0.53 0.08 0.62 309.41 0.36 0.28
Hex 61 2E 59 0 35 8 3E 135 24 1C
Octal 141 56 131 0 65 10 76 465 44 34
Binary 1100001 101110 1011001 0 110101 1000 111110 100110101 100100 11100

Color Harmonies of #612E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E59

Black with #612E59

Text Example


Text Example

White with #612E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,46,89); }

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

background-color css

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

 a { background-color: rgb(97,46,89); }

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

border-color css

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

 span { border-color: rgb(97,46,89); }

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