Html Css Color HEX #65355C Palatinate Purple

📋 copy color: '#65355C'

red 101 ◦ green 53 ◦ blue 92

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

Shades of Palatinate Purple #65355C

Tints of Palatinate Purple #65355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 41.06%
G = 21.54%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#65355C (or 0x65355C) is known color: Palatinate Purple. HEX triplet: 65, 35 and 5C. RGB value is (101,53,92). Sum of RGB (Red+Green+Blue) = 101+53+92=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65355C is #9ACAA3. Grayscale: #474747. Windows color (decimal): -10144420 or 6042981. OLE color: 6042981.

HSL color Cylindrical-coordinate representation of color #65355C: hue angle of 311.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65355C is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 92 -
CMYK 0 0.48 0.09 0.60
HSL 311.25º 0.31% 0.3% -
HSV(B) 311.25º 0.48% 0.4% -
XYZ 8.57 6.09 10.85 -
YUV 71.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 101 53 92 0 0.48 0.09 0.60 311.25 0.31 0.3
Hex 65 35 5C 0 30 9 3C 137 1F 1E
Octal 145 65 134 0 60 11 74 467 37 36
Binary 1100101 110101 1011100 0 110000 1001 111100 100110111 11111 11110

Color Harmonies of #65355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65355C

Black with #65355C

Text Example


Text Example

White with #65355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65355C; }

 p { color: rgb(101,53,92); }

 H1.HeaderClassName
 {
   color: #65355C;
 }
 .AnyTagClassName
 {
   color: #65355C;
 }
</style>

background-color css

<style>
 a { background-color: #65355C; }

 a { background-color: rgb(101,53,92); }

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

border-color css

<style>
 span { border-color: #65355C; }

 span { border-color: rgb(101,53,92); }

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