Html Css Color HEX #65185E Palatinate Purple

📋 copy color: '#65185E'

red 101 ◦ green 24 ◦ blue 94

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

Shades of Palatinate Purple #65185E

Tints of Palatinate Purple #65185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

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

R = 46.12%
G = 10.96%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65185E (or 0x65185E) is known color: Palatinate Purple. HEX triplet: 65, 18 and 5E. RGB value is (101,24,94). Sum of RGB (Red+Green+Blue) = 101+24+94=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #65185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65185E is #9AE7A1. Grayscale: #363636. Windows color (decimal): -10151842 or 6166629. OLE color: 6166629.

HSL color Cylindrical-coordinate representation of color #65185E: hue angle of 305.45º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65185E is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 24 94 -
CMYK 0 0.76 0.07 0.60
HSL 305.45º 0.62% 0.25% -
HSV(B) 305.45º 0.76% 0.4% -
XYZ 7.71 4.23 11 -
YUV 55 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 101 24 94 0 0.76 0.07 0.60 305.45 0.62 0.25
Hex 65 18 5E 0 4C 7 3C 131 3E 19
Octal 145 30 136 0 114 7 74 461 76 31
Binary 1100101 11000 1011110 0 1001100 111 111100 100110001 111110 11001

Color Harmonies of #65185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65185E

Black with #65185E

Text Example


Text Example

White with #65185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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