Html Css Color HEX #651D69 Palatinate Purple

📋 copy color: '#651D69'

red 101 ◦ green 29 ◦ blue 105

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

Shades of Palatinate Purple #651D69

Tints of Palatinate Purple #651D69

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 42.98%
G = 12.34%
B = 44.68%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#651D69 (or 0x651D69) is known color: Palatinate Purple. HEX triplet: 65, 1D and 69. RGB value is (101,29,105). Sum of RGB (Red+Green+Blue) = 101+29+105=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #651D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651D69 is #9AE296. Grayscale: #3A3A3A. Windows color (decimal): -10150551 or 6888805. OLE color: 6888805.

HSL color Cylindrical-coordinate representation of color #651D69: hue angle of 296.84º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651D69 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 29 105 -
CMYK 0.04 0.72 0 0.59
HSL 296.84º 0.57% 0.26% -
HSV(B) 296.84º 0.72% 0.41% -
XYZ 8.36 4.67 13.82 -
YUV 59.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 101 29 105 0.04 0.72 0 0.59 296.84 0.57 0.26
Hex 65 1D 69 4 48 0 3B 129 39 1A
Octal 145 35 151 4 110 0 73 451 71 32
Binary 1100101 11101 1101001 100 1001000 0 111011 100101001 111001 11010

Color Harmonies of #651D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D69

Black with #651D69

Text Example


Text Example

White with #651D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,29,105); }

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

background-color css

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

 a { background-color: rgb(101,29,105); }

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

border-color css

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

 span { border-color: rgb(101,29,105); }

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