Html Css Color HEX #612558 Palatinate Purple

📋 copy color: '#612558'

red 97 ◦ green 37 ◦ blue 88

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

Shades of Palatinate Purple #612558

Tints of Palatinate Purple #612558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 43.69%
G = 16.67%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#612558 (or 0x612558) is known color: Palatinate Purple. HEX triplet: 61, 25 and 58. RGB value is (97,37,88). Sum of RGB (Red+Green+Blue) = 97+37+88=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612558 is #9EDAA7. Grayscale: #3C3C3C. Windows color (decimal): -10410664 or 5776737. OLE color: 5776737.

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

Color convert

RGB 97 37 88 -
CMYK 0 0.62 0.09 0.62
HSL 309º 0.45% 0.26% -
HSV(B) 309º 0.62% 0.38% -
XYZ 7.35 4.57 9.73 -
YUV 60.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 97 37 88 0 0.62 0.09 0.62 309 0.45 0.26
Hex 61 25 58 0 3E 9 3E 135 2D 1A
Octal 141 45 130 0 76 11 76 465 55 32
Binary 1100001 100101 1011000 0 111110 1001 111110 100110101 101101 11010

Color Harmonies of #612558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612558

Black with #612558

Text Example


Text Example

White with #612558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612558; }

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

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

background-color css

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

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

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

border-color css

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

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

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