Html Css Color HEX #65005E Palatinate Purple

📋 copy color: '#65005E'

red 101 ◦ green 0 ◦ blue 94

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

Shades of Palatinate Purple #65005E

Tints of Palatinate Purple #65005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.21%

R = 51.79%
G = 0%
B = 48.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65005E (or 0x65005E) is known color: Palatinate Purple. HEX triplet: 65, 00 and 5E. RGB value is (101,0,94). Sum of RGB (Red+Green+Blue) = 101+0+94=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65005E is #9AFFA1. Grayscale: #282828. Windows color (decimal): -10157986 or 6160485. OLE color: 6160485.

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

Color convert

RGB 101 0 94 -
CMYK 0 1 0.07 0.60
HSL 304.16º 1% 0.2% -
HSV(B) 304.16º 1% 0.4% -
XYZ 7.39 3.57 10.89 -
YUV 40.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 101 0 94 0 1 0.07 0.60 304.16 1 0.2
Hex 65 0 5E 0 64 7 3C 130 64 14
Octal 145 0 136 0 144 7 74 460 144 24
Binary 1100101 0 1011110 0 1100100 111 111100 100110000 1100100 10100

Color Harmonies of #65005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65005E

Black with #65005E

Text Example


Text Example

White with #65005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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