Html Css Color HEX #610558 Palatinate Purple

📋 copy color: '#610558'

red 97 ◦ green 5 ◦ blue 88

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

Shades of Palatinate Purple #610558

Tints of Palatinate Purple #610558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 51.05%
G = 2.63%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#610558 (or 0x610558) is known color: Palatinate Purple. HEX triplet: 61, 05 and 58. RGB value is (97,5,88). Sum of RGB (Red+Green+Blue) = 97+5+88=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #610558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610558 is #9EFAA7. Grayscale: #292929. Windows color (decimal): -10418856 or 5768545. OLE color: 5768545.

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

Color convert

RGB 97 5 88 -
CMYK 0 0.95 0.09 0.62
HSL 305.87º 0.9% 0.2% -
HSV(B) 305.87º 0.95% 0.38% -
XYZ 6.75 3.35 9.52 -
YUV 41.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 97 5 88 0 0.95 0.09 0.62 305.87 0.9 0.2
Hex 61 5 58 0 5F 9 3E 132 5A 14
Octal 141 5 130 0 137 11 76 462 132 24
Binary 1100001 101 1011000 0 1011111 1001 111110 100110010 1011010 10100

Color Harmonies of #610558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610558

Black with #610558

Text Example


Text Example

White with #610558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610558; }

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

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

background-color css

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

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

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

border-color css

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

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

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