Html Css Color HEX #651D68 Palatinate Purple

📋 copy color: '#651D68'

red 101 ◦ green 29 ◦ blue 104

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

Shades of Palatinate Purple #651D68

Tints of Palatinate Purple #651D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 43.16%
G = 12.39%
B = 44.44%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#651D68 (or 0x651D68) is known color: Palatinate Purple. HEX triplet: 65, 1D and 68. RGB value is (101,29,104). Sum of RGB (Red+Green+Blue) = 101+29+104=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #651D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651D68 is #9AE297. Grayscale: #3A3A3A. Windows color (decimal): -10150552 or 6823269. OLE color: 6823269.

HSL color Cylindrical-coordinate representation of color #651D68: hue angle of 297.6º degrees, saturation: 0.56, 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 #651D68 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 29 104 -
CMYK 0.03 0.72 0 0.59
HSL 297.6º 0.56% 0.26% -
HSV(B) 297.6º 0.72% 0.41% -
XYZ 8.3 4.64 13.56 -
YUV 59.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 101 29 104 0.03 0.72 0 0.59 297.6 0.56 0.26
Hex 65 1D 68 3 48 0 3B 12A 38 1A
Octal 145 35 150 3 110 0 73 452 70 32
Binary 1100101 11101 1101000 11 1001000 0 111011 100101010 111000 11010

Color Harmonies of #651D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D68

Black with #651D68

Text Example


Text Example

White with #651D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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