Html Css Color HEX #612B57 Palatinate Purple

📋 copy color: '#612B57'

red 97 ◦ green 43 ◦ blue 87

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

Shades of Palatinate Purple #612B57

Tints of Palatinate Purple #612B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

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

R = 42.73%
G = 18.94%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#612B57 (or 0x612B57) is known color: Palatinate Purple. HEX triplet: 61, 2B and 57. RGB value is (97,43,87). Sum of RGB (Red+Green+Blue) = 97+43+87=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #612B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B57 is #9ED4A8. Grayscale: #404040. Windows color (decimal): -10409129 or 5712737. OLE color: 5712737.

HSL color Cylindrical-coordinate representation of color #612B57: hue angle of 311.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B57 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 43 87 -
CMYK 0 0.56 0.10 0.62
HSL 311.11º 0.39% 0.27% -
HSV(B) 311.11º 0.56% 0.38% -
XYZ 7.51 4.96 9.58 -
YUV 64.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 97 43 87 0 0.56 0.10 0.62 311.11 0.39 0.27
Hex 61 2B 57 0 38 A 3E 137 27 1B
Octal 141 53 127 0 70 12 76 467 47 33
Binary 1100001 101011 1010111 0 111000 1010 111110 100110111 100111 11011

Color Harmonies of #612B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B57

Black with #612B57

Text Example


Text Example

White with #612B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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