Html Css Color HEX #651469 Palatinate Purple

📋 copy color: '#651469'

red 101 ◦ green 20 ◦ blue 105

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

Shades of Palatinate Purple #651469

Tints of Palatinate Purple #651469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 44.69%
G = 8.85%
B = 46.46%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#651469 (or 0x651469) is known color: Palatinate Purple. HEX triplet: 65, 14 and 69. RGB value is (101,20,105). Sum of RGB (Red+Green+Blue) = 101+20+105=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #651469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651469 is #9AEB96. Grayscale: #353535. Windows color (decimal): -10152855 or 6886501. OLE color: 6886501.

HSL color Cylindrical-coordinate representation of color #651469: hue angle of 297.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651469 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 20 105 -
CMYK 0.04 0.81 0 0.59
HSL 297.18º 0.68% 0.25% -
HSV(B) 297.18º 0.81% 0.41% -
XYZ 8.17 4.29 13.76 -
YUV 53.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 101 20 105 0.04 0.81 0 0.59 297.18 0.68 0.25
Hex 65 14 69 4 51 0 3B 129 44 19
Octal 145 24 151 4 121 0 73 451 104 31
Binary 1100101 10100 1101001 100 1010001 0 111011 100101001 1000100 11001

Color Harmonies of #651469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651469

Black with #651469

Text Example


Text Example

White with #651469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651469; }

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

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

background-color css

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

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

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

border-color css

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

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

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