Html Css Color HEX #610B62 Palatinate Purple

📋 copy color: '#610B62'

red 97 ◦ green 11 ◦ blue 98

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

Shades of Palatinate Purple #610B62

Tints of Palatinate Purple #610B62

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.34%

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

R = 47.09%
G = 5.34%
B = 47.57%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610B62 (or 0x610B62) is known color: Palatinate Purple. HEX triplet: 61, 0B and 62. RGB value is (97,11,98). Sum of RGB (Red+Green+Blue) = 97+11+98=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #610B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B62 is #9EF49D. Grayscale: #2E2E2E. Windows color (decimal): -10417310 or 6425441. OLE color: 6425441.

HSL color Cylindrical-coordinate representation of color #610B62: hue angle of 299.31º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B62 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 11 98 -
CMYK 0.01 0.89 0 0.62
HSL 299.31º 0.8% 0.21% -
HSV(B) 299.31º 0.89% 0.38% -
XYZ 7.25 3.66 11.88 -
YUV 46.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 97 11 98 0.01 0.89 0 0.62 299.31 0.8 0.21
Hex 61 B 62 1 59 0 3E 12B 50 15
Octal 141 13 142 1 131 0 76 453 120 25
Binary 1100001 1011 1100010 1 1011001 0 111110 100101011 1010000 10101

Color Harmonies of #610B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B62

Black with #610B62

Text Example


Text Example

White with #610B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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