Html Css Color HEX #65235E Palatinate Purple

📋 copy color: '#65235E'

red 101 ◦ green 35 ◦ blue 94

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

Shades of Palatinate Purple #65235E

Tints of Palatinate Purple #65235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 43.91%
G = 15.22%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65235E (or 0x65235E) is known color: Palatinate Purple. HEX triplet: 65, 23 and 5E. RGB value is (101,35,94). Sum of RGB (Red+Green+Blue) = 101+35+94=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65235E is #9ADCA1. Grayscale: #3D3D3D. Windows color (decimal): -10149026 or 6169445. OLE color: 6169445.

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

Color convert

RGB 101 35 94 -
CMYK 0 0.65 0.07 0.60
HSL 306.36º 0.49% 0.27% -
HSV(B) 306.36º 0.65% 0.4% -
XYZ 7.99 4.78 11.09 -
YUV 61.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 101 35 94 0 0.65 0.07 0.60 306.36 0.49 0.27
Hex 65 23 5E 0 41 7 3C 132 31 1B
Octal 145 43 136 0 101 7 74 462 61 33
Binary 1100101 100011 1011110 0 1000001 111 111100 100110010 110001 11011

Color Harmonies of #65235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65235E

Black with #65235E

Text Example


Text Example

White with #65235E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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