Html Css Color HEX #65015E Palatinate Purple

📋 copy color: '#65015E'

red 101 ◦ green 1 ◦ blue 94

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

Shades of Palatinate Purple #65015E

Tints of Palatinate Purple #65015E

RGB

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

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

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

R = 51.53%
G = 0.51%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65015E (or 0x65015E) is known color: Palatinate Purple. HEX triplet: 65, 01 and 5E. RGB value is (101,1,94). Sum of RGB (Red+Green+Blue) = 101+1+94=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65015E is #9AFEA1. Grayscale: #292929. Windows color (decimal): -10157730 or 6160741. OLE color: 6160741.

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

Color convert

RGB 101 1 94 -
CMYK 0 0.99 0.07 0.60
HSL 304.2º 0.98% 0.2% -
HSV(B) 304.2º 0.99% 0.4% -
XYZ 7.4 3.6 10.89 -
YUV 41.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 101 1 94 0 0.99 0.07 0.60 304.2 0.98 0.2
Hex 65 1 5E 0 63 7 3C 130 62 14
Octal 145 1 136 0 143 7 74 460 142 24
Binary 1100101 1 1011110 0 1100011 111 111100 100110000 1100010 10100

Color Harmonies of #65015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65015E

Black with #65015E

Text Example


Text Example

White with #65015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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