Html Css Color HEX #65005B Palatinate Purple

📋 copy color: '#65005B'

red 101 ◦ green 0 ◦ blue 91

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

Shades of Palatinate Purple #65005B

Tints of Palatinate Purple #65005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.4%

R = 52.6%
G = 0%
B = 47.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#65005B (or 0x65005B) is known color: Palatinate Purple. HEX triplet: 65, 00 and 5B. RGB value is (101,0,91). Sum of RGB (Red+Green+Blue) = 101+0+91=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #65005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65005B is #9AFFA4. Grayscale: #282828. Windows color (decimal): -10157989 or 5963877. OLE color: 5963877.

HSL color Cylindrical-coordinate representation of color #65005B: hue angle of 305.94º 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 #65005B is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 91 -
CMYK 0 1 0.10 0.60
HSL 305.94º 1% 0.2% -
HSV(B) 305.94º 1% 0.4% -
XYZ 7.26 3.52 10.19 -
YUV 40.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 101 0 91 0 1 0.10 0.60 305.94 1 0.2
Hex 65 0 5B 0 64 A 3C 132 64 14
Octal 145 0 133 0 144 12 74 462 144 24
Binary 1100101 0 1011011 0 1100100 1010 111100 100110010 1100100 10100

Color Harmonies of #65005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65005B

Black with #65005B

Text Example


Text Example

White with #65005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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