Html Css Color HEX #651068 Palatinate Purple

📋 copy color: '#651068'

red 101 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #651068

Tints of Palatinate Purple #651068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.24%

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

R = 45.7%
G = 7.24%
B = 47.06%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#651068 (or 0x651068) is known color: Palatinate Purple. HEX triplet: 65, 10 and 68. RGB value is (101,16,104). Sum of RGB (Red+Green+Blue) = 101+16+104=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #651068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651068 is #9AEF97. Grayscale: #333333. Windows color (decimal): -10153880 or 6819941. OLE color: 6819941.

HSL color Cylindrical-coordinate representation of color #651068: hue angle of 297.95º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651068 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 16 104 -
CMYK 0.03 0.85 0 0.59
HSL 297.95º 0.73% 0.24% -
HSV(B) 297.95º 0.85% 0.41% -
XYZ 8.05 4.14 13.47 -
YUV 51.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 101 16 104 0.03 0.85 0 0.59 297.95 0.73 0.24
Hex 65 10 68 3 55 0 3B 12A 49 18
Octal 145 20 150 3 125 0 73 452 111 30
Binary 1100101 10000 1101000 11 1010101 0 111011 100101010 1001001 11000

Color Harmonies of #651068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651068

Black with #651068

Text Example


Text Example

White with #651068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651068; }

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

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

background-color css

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

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

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

border-color css

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

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

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