Html Css Color HEX #65005F Palatinate Purple

📋 copy color: '#65005F'

red 101 ◦ green 0 ◦ blue 95

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

Shades of Palatinate Purple #65005F

Tints of Palatinate Purple #65005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 51.53%
G = 0%
B = 48.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65005F (or 0x65005F) is known color: Palatinate Purple. HEX triplet: 65, 00 and 5F. RGB value is (101,0,95). Sum of RGB (Red+Green+Blue) = 101+0+95=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65005F is #9AFFA0. Grayscale: #282828. Windows color (decimal): -10157985 or 6226021. OLE color: 6226021.

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

Color convert

RGB 101 0 95 -
CMYK 0 1 0.06 0.60
HSL 303.56º 1% 0.2% -
HSV(B) 303.56º 1% 0.4% -
XYZ 7.43 3.59 11.13 -
YUV 41.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 101 0 95 0 1 0.06 0.60 303.56 1 0.2
Hex 65 0 5F 0 64 6 3C 130 64 14
Octal 145 0 137 0 144 6 74 460 144 24
Binary 1100101 0 1011111 0 1100100 110 111100 100110000 1100100 10100

Color Harmonies of #65005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65005F

Black with #65005F

Text Example


Text Example

White with #65005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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