Html Css Color HEX #651E61 Palatinate Purple

📋 copy color: '#651E61'

red 101 ◦ green 30 ◦ blue 97

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

Shades of Palatinate Purple #651E61

Tints of Palatinate Purple #651E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.16%

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 44.3%
G = 13.16%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#651E61 (or 0x651E61) is known color: Palatinate Purple. HEX triplet: 65, 1E and 61. RGB value is (101,30,97). Sum of RGB (Red+Green+Blue) = 101+30+97=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #651E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651E61 is #9AE19E. Grayscale: #3A3A3A. Windows color (decimal): -10150303 or 6364773. OLE color: 6364773.

HSL color Cylindrical-coordinate representation of color #651E61: hue angle of 303.38º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #651E61 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 30 97 -
CMYK 0 0.70 0.04 0.60
HSL 303.38º 0.54% 0.26% -
HSV(B) 303.38º 0.7% 0.4% -
XYZ 7.99 4.56 11.77 -
YUV 58.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 101 30 97 0 0.70 0.04 0.60 303.38 0.54 0.26
Hex 65 1E 61 0 46 4 3C 12F 36 1A
Octal 145 36 141 0 106 4 74 457 66 32
Binary 1100101 11110 1100001 0 1000110 100 111100 100101111 110110 11010

Color Harmonies of #651E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E61

Black with #651E61

Text Example


Text Example

White with #651E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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