Html Css Color HEX #612C58 Palatinate Purple

📋 copy color: '#612C58'

red 97 ◦ green 44 ◦ blue 88

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

Shades of Palatinate Purple #612C58

Tints of Palatinate Purple #612C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 42.36%
G = 19.21%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#612C58 (or 0x612C58) is known color: Palatinate Purple. HEX triplet: 61, 2C and 58. RGB value is (97,44,88). Sum of RGB (Red+Green+Blue) = 97+44+88=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #612C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C58 is #9ED3A7. Grayscale: #404040. Windows color (decimal): -10408872 or 5778529. OLE color: 5778529.

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

Color convert

RGB 97 44 88 -
CMYK 0 0.55 0.09 0.62
HSL 310.19º 0.38% 0.28% -
HSV(B) 310.19º 0.55% 0.38% -
XYZ 7.59 5.05 9.81 -
YUV 64.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 97 44 88 0 0.55 0.09 0.62 310.19 0.38 0.28
Hex 61 2C 58 0 37 9 3E 136 26 1C
Octal 141 54 130 0 67 11 76 466 46 34
Binary 1100001 101100 1011000 0 110111 1001 111110 100110110 100110 11100

Color Harmonies of #612C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C58

Black with #612C58

Text Example


Text Example

White with #612C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,44,88); }

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

background-color css

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

 a { background-color: rgb(97,44,88); }

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

border-color css

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

 span { border-color: rgb(97,44,88); }

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