Html Css Color HEX #610258 Palatinate Purple

📋 copy color: '#610258'

red 97 ◦ green 2 ◦ blue 88

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

Shades of Palatinate Purple #610258

Tints of Palatinate Purple #610258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 51.87%
G = 1.07%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#610258 (or 0x610258) is known color: Palatinate Purple. HEX triplet: 61, 02 and 58. RGB value is (97,2,88). Sum of RGB (Red+Green+Blue) = 97+2+88=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #610258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610258 is #9EFDA7. Grayscale: #272727. Windows color (decimal): -10419624 or 5767777. OLE color: 5767777.

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

Color convert

RGB 97 2 88 -
CMYK 0 0.98 0.09 0.62
HSL 305.68º 0.96% 0.19% -
HSV(B) 305.68º 0.98% 0.38% -
XYZ 6.71 3.29 9.51 -
YUV 40.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 97 2 88 0 0.98 0.09 0.62 305.68 0.96 0.19
Hex 61 2 58 0 62 9 3E 132 60 13
Octal 141 2 130 0 142 11 76 462 140 23
Binary 1100001 10 1011000 0 1100010 1001 111110 100110010 1100000 10011

Color Harmonies of #610258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610258

Black with #610258

Text Example


Text Example

White with #610258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610258; }

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

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

background-color css

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

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

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

border-color css

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

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

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