Html Css Color HEX #612E57 Palatinate Purple

📋 copy color: '#612E57'

red 97 ◦ green 46 ◦ blue 87

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

Shades of Palatinate Purple #612E57

Tints of Palatinate Purple #612E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.83%

R = 42.17%
G = 20%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#612E57 (or 0x612E57) is known color: Palatinate Purple. HEX triplet: 61, 2E and 57. RGB value is (97,46,87). Sum of RGB (Red+Green+Blue) = 97+46+87=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #612E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E57 is #9ED1A8. Grayscale: #414141. Windows color (decimal): -10408361 or 5713505. OLE color: 5713505.

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

Color convert

RGB 97 46 87 -
CMYK 0 0.53 0.10 0.62
HSL 311.76º 0.36% 0.28% -
HSV(B) 311.76º 0.53% 0.38% -
XYZ 7.63 5.18 9.62 -
YUV 65.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 97 46 87 0 0.53 0.10 0.62 311.76 0.36 0.28
Hex 61 2E 57 0 35 A 3E 138 24 1C
Octal 141 56 127 0 65 12 76 470 44 34
Binary 1100001 101110 1010111 0 110101 1010 111110 100111000 100100 11100

Color Harmonies of #612E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E57

Black with #612E57

Text Example


Text Example

White with #612E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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