Html Css Color HEX #612958 Palatinate Purple

📋 copy color: '#612958'

red 97 ◦ green 41 ◦ blue 88

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

Shades of Palatinate Purple #612958

Tints of Palatinate Purple #612958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 42.92%
G = 18.14%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#612958 (or 0x612958) is known color: Palatinate Purple. HEX triplet: 61, 29 and 58. RGB value is (97,41,88). Sum of RGB (Red+Green+Blue) = 97+41+88=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #612958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612958 is #9ED6A7. Grayscale: #3E3E3E. Windows color (decimal): -10409640 or 5777761. OLE color: 5777761.

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

Color convert

RGB 97 41 88 -
CMYK 0 0.58 0.09 0.62
HSL 309.64º 0.41% 0.27% -
HSV(B) 309.64º 0.58% 0.38% -
XYZ 7.48 4.83 9.77 -
YUV 63.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 97 41 88 0 0.58 0.09 0.62 309.64 0.41 0.27
Hex 61 29 58 0 3A 9 3E 136 29 1B
Octal 141 51 130 0 72 11 76 466 51 33
Binary 1100001 101001 1011000 0 111010 1001 111110 100110110 101001 11011

Color Harmonies of #612958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612958

Black with #612958

Text Example


Text Example

White with #612958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612958; }

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

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

background-color css

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

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

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

border-color css

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

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

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