Html Css Color HEX #650060 Palatinate Purple

📋 copy color: '#650060'

red 101 ◦ green 0 ◦ blue 96

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

Shades of Palatinate Purple #650060

Tints of Palatinate Purple #650060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 51.27%
G = 0%
B = 48.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#650060 (or 0x650060) is known color: Palatinate Purple. HEX triplet: 65, 00 and 60. RGB value is (101,0,96). Sum of RGB (Red+Green+Blue) = 101+0+96=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #650060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650060 is #9AFF9F. Grayscale: #282828. Windows color (decimal): -10157984 or 6291557. OLE color: 6291557.

HSL color Cylindrical-coordinate representation of color #650060: hue angle of 302.97º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650060 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 96 -
CMYK 0 1 0.05 0.60
HSL 302.97º 1% 0.2% -
HSV(B) 302.97º 1% 0.4% -
XYZ 7.48 3.61 11.37 -
YUV 41.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 101 0 96 0 1 0.05 0.60 302.97 1 0.2
Hex 65 0 60 0 64 5 3C 12F 64 14
Octal 145 0 140 0 144 5 74 457 144 24
Binary 1100101 0 1100000 0 1100100 101 111100 100101111 1100100 10100

Color Harmonies of #650060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650060

Black with #650060

Text Example


Text Example

White with #650060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650060; }

 p { color: rgb(101,0,96); }

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

background-color css

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

 a { background-color: rgb(101,0,96); }

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

border-color css

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

 span { border-color: rgb(101,0,96); }

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