Html Css Color HEX #65015F Palatinate Purple

📋 copy color: '#65015F'

red 101 ◦ green 1 ◦ blue 95

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

Shades of Palatinate Purple #65015F

Tints of Palatinate Purple #65015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 51.27%
G = 0.51%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65015F (or 0x65015F) is known color: Palatinate Purple. HEX triplet: 65, 01 and 5F. RGB value is (101,1,95). Sum of RGB (Red+Green+Blue) = 101+1+95=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65015F is #9AFEA0. Grayscale: #292929. Windows color (decimal): -10157729 or 6226277. OLE color: 6226277.

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

Color convert

RGB 101 1 95 -
CMYK 0 0.99 0.06 0.60
HSL 303.6º 0.98% 0.2% -
HSV(B) 303.6º 0.99% 0.4% -
XYZ 7.44 3.61 11.13 -
YUV 41.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 101 1 95 0 0.99 0.06 0.60 303.6 0.98 0.2
Hex 65 1 5F 0 63 6 3C 130 62 14
Octal 145 1 137 0 143 6 74 460 142 24
Binary 1100101 1 1011111 0 1100011 110 111100 100110000 1100010 10100

Color Harmonies of #65015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65015F

Black with #65015F

Text Example


Text Example

White with #65015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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