Html Css Color HEX #610365 Palatinate Purple

📋 copy color: '#610365'

red 97 ◦ green 3 ◦ blue 101

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

Shades of Palatinate Purple #610365

Tints of Palatinate Purple #610365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 48.26%
G = 1.49%
B = 50.25%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#610365 (or 0x610365) is known color: Palatinate Purple. HEX triplet: 61, 03 and 65. RGB value is (97,3,101). Sum of RGB (Red+Green+Blue) = 97+3+101=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #610365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610365 is #9EFC9A. Grayscale: #292929. Windows color (decimal): -10419355 or 6620001. OLE color: 6620001.

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

Color convert

RGB 97 3 101 -
CMYK 0.04 0.97 0 0.60
HSL 297.55º 0.94% 0.2% -
HSV(B) 297.55º 0.97% 0.4% -
XYZ 7.31 3.55 12.61 -
YUV 42.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 97 3 101 0.04 0.97 0 0.60 297.55 0.94 0.2
Hex 61 3 65 4 61 0 3C 12A 5E 14
Octal 141 3 145 4 141 0 74 452 136 24
Binary 1100001 11 1100101 100 1100001 0 111100 100101010 1011110 10100

Color Harmonies of #610365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610365

Black with #610365

Text Example


Text Example

White with #610365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610365; }

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

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

background-color css

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

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

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

border-color css

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

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

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