Html Css Color HEX #651362 Palatinate Purple

📋 copy color: '#651362'

red 101 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #651362

Tints of Palatinate Purple #651362

RGB

 RED value IS 101 (39.84% from 255) = 46.33%

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 46.33%
G = 8.72%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#651362 (or 0x651362) is known color: Palatinate Purple. HEX triplet: 65, 13 and 62. RGB value is (101,19,98). Sum of RGB (Red+Green+Blue) = 101+19+98=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #651362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651362 is #9AEC9D. Grayscale: #343434. Windows color (decimal): -10153118 or 6427493. OLE color: 6427493.

HSL color Cylindrical-coordinate representation of color #651362: hue angle of 302.2º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651362 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 98 -
CMYK 0 0.81 0.03 0.60
HSL 302.2º 0.68% 0.24% -
HSV(B) 302.2º 0.81% 0.4% -
XYZ 7.8 4.11 11.94 -
YUV 52.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 101 19 98 0 0.81 0.03 0.60 302.2 0.68 0.24
Hex 65 13 62 0 51 3 3C 12E 44 18
Octal 145 23 142 0 121 3 74 456 104 30
Binary 1100101 10011 1100010 0 1010001 11 111100 100101110 1000100 11000

Color Harmonies of #651362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651362

Black with #651362

Text Example


Text Example

White with #651362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651362; }

 p { color: rgb(101,19,98); }

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

background-color css

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

 a { background-color: rgb(101,19,98); }

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

border-color css

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

 span { border-color: rgb(101,19,98); }

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