Html Css Color HEX #610362 Palatinate Purple

📋 copy color: '#610362'

red 97 ◦ green 3 ◦ blue 98

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

Shades of Palatinate Purple #610362

Tints of Palatinate Purple #610362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 48.99%
G = 1.52%
B = 49.49%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610362 (or 0x610362) is known color: Palatinate Purple. HEX triplet: 61, 03 and 62. RGB value is (97,3,98). Sum of RGB (Red+Green+Blue) = 97+3+98=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #610362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610362 is #9EFC9D. Grayscale: #292929. Windows color (decimal): -10419358 or 6423393. OLE color: 6423393.

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

Color convert

RGB 97 3 98 -
CMYK 0.01 0.97 0 0.62
HSL 299.37º 0.94% 0.2% -
HSV(B) 299.37º 0.97% 0.38% -
XYZ 7.17 3.49 11.85 -
YUV 41.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 97 3 98 0.01 0.97 0 0.62 299.37 0.94 0.2
Hex 61 3 62 1 61 0 3E 12B 5E 14
Octal 141 3 142 1 141 0 76 453 136 24
Binary 1100001 11 1100010 1 1100001 0 111110 100101011 1011110 10100

Color Harmonies of #610362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610362

Black with #610362

Text Example


Text Example

White with #610362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610362; }

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

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

background-color css

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

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

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

border-color css

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

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

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