Html Css Color HEX #610262 Palatinate Purple

📋 copy color: '#610262'

red 97 ◦ green 2 ◦ blue 98

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

Shades of Palatinate Purple #610262

Tints of Palatinate Purple #610262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.75%

R = 49.24%
G = 1.02%
B = 49.75%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610262 (or 0x610262) is known color: Palatinate Purple. HEX triplet: 61, 02 and 62. RGB value is (97,2,98). Sum of RGB (Red+Green+Blue) = 97+2+98=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #610262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610262 is #9EFD9D. Grayscale: #292929. Windows color (decimal): -10419614 or 6423137. OLE color: 6423137.

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

Color convert

RGB 97 2 98 -
CMYK 0.01 0.98 0 0.62
HSL 299.38º 0.96% 0.2% -
HSV(B) 299.38º 0.98% 0.38% -
XYZ 7.16 3.47 11.85 -
YUV 41.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 97 2 98 0.01 0.98 0 0.62 299.38 0.96 0.2
Hex 61 2 62 1 62 0 3E 12B 60 14
Octal 141 2 142 1 142 0 76 453 140 24
Binary 1100001 10 1100010 1 1100010 0 111110 100101011 1100000 10100

Color Harmonies of #610262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610262

Black with #610262

Text Example


Text Example

White with #610262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610262; }

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

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

background-color css

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

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

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

border-color css

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

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

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