Html Css Color HEX #610458 Palatinate Purple

📋 copy color: '#610458'

red 97 ◦ green 4 ◦ blue 88

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

Shades of Palatinate Purple #610458

Tints of Palatinate Purple #610458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

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

R = 51.32%
G = 2.12%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#610458 (or 0x610458) is known color: Palatinate Purple. HEX triplet: 61, 04 and 58. RGB value is (97,4,88). Sum of RGB (Red+Green+Blue) = 97+4+88=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #610458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610458 is #9EFBA7. Grayscale: #292929. Windows color (decimal): -10419112 or 5768289. OLE color: 5768289.

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

Color convert

RGB 97 4 88 -
CMYK 0 0.96 0.09 0.62
HSL 305.81º 0.92% 0.2% -
HSV(B) 305.81º 0.96% 0.38% -
XYZ 6.73 3.33 9.52 -
YUV 41.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 97 4 88 0 0.96 0.09 0.62 305.81 0.92 0.2
Hex 61 4 58 0 60 9 3E 132 5C 14
Octal 141 4 130 0 140 11 76 462 134 24
Binary 1100001 100 1011000 0 1100000 1001 111110 100110010 1011100 10100

Color Harmonies of #610458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610458

Black with #610458

Text Example


Text Example

White with #610458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610458; }

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

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

background-color css

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

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

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

border-color css

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

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

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