Html Css Color HEX #65245E Palatinate Purple

📋 copy color: '#65245E'

red 101 ◦ green 36 ◦ blue 94

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

Shades of Palatinate Purple #65245E

Tints of Palatinate Purple #65245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 43.72%
G = 15.58%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65245E (or 0x65245E) is known color: Palatinate Purple. HEX triplet: 65, 24 and 5E. RGB value is (101,36,94). Sum of RGB (Red+Green+Blue) = 101+36+94=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65245E is #9ADBA1. Grayscale: #3D3D3D. Windows color (decimal): -10148770 or 6169701. OLE color: 6169701.

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

Color convert

RGB 101 36 94 -
CMYK 0 0.64 0.07 0.60
HSL 306.46º 0.47% 0.27% -
HSV(B) 306.46º 0.64% 0.4% -
XYZ 8.02 4.84 11.1 -
YUV 62.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 101 36 94 0 0.64 0.07 0.60 306.46 0.47 0.27
Hex 65 24 5E 0 40 7 3C 132 2F 1B
Octal 145 44 136 0 100 7 74 462 57 33
Binary 1100101 100100 1011110 0 1000000 111 111100 100110010 101111 11011

Color Harmonies of #65245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65245E

Black with #65245E

Text Example


Text Example

White with #65245E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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