Html Css Color HEX #610562 Palatinate Purple

📋 copy color: '#610562'

red 97 ◦ green 5 ◦ blue 98

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

Shades of Palatinate Purple #610562

Tints of Palatinate Purple #610562

RGB

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

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

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

R = 48.5%
G = 2.5%
B = 49%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610562 (or 0x610562) is known color: Palatinate Purple. HEX triplet: 61, 05 and 62. RGB value is (97,5,98). Sum of RGB (Red+Green+Blue) = 97+5+98=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #610562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610562 is #9EFA9D. Grayscale: #2A2A2A. Windows color (decimal): -10418846 or 6423905. OLE color: 6423905.

HSL color Cylindrical-coordinate representation of color #610562: hue angle of 299.35º 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 #610562 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 5 98 -
CMYK 0.01 0.95 0 0.62
HSL 299.35º 0.9% 0.2% -
HSV(B) 299.35º 0.95% 0.38% -
XYZ 7.19 3.53 11.86 -
YUV 43.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 97 5 98 0.01 0.95 0 0.62 299.35 0.9 0.2
Hex 61 5 62 1 5F 0 3E 12B 5A 14
Octal 141 5 142 1 137 0 76 453 132 24
Binary 1100001 101 1100010 1 1011111 0 111110 100101011 1011010 10100

Color Harmonies of #610562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610562

Black with #610562

Text Example


Text Example

White with #610562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610562; }

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

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

background-color css

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

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

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

border-color css

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

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

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