Html Css Color HEX #65335C Palatinate Purple

📋 copy color: '#65335C'

red 101 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #65335C

Tints of Palatinate Purple #65335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 41.39%
G = 20.9%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#65335C (or 0x65335C) is known color: Palatinate Purple. HEX triplet: 65, 33 and 5C. RGB value is (101,51,92). Sum of RGB (Red+Green+Blue) = 101+51+92=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65335C is #9ACCA3. Grayscale: #464646. Windows color (decimal): -10144932 or 6042469. OLE color: 6042469.

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

Color convert

RGB 101 51 92 -
CMYK 0 0.50 0.09 0.60
HSL 310.8º 0.33% 0.3% -
HSV(B) 310.8º 0.5% 0.4% -
XYZ 8.48 5.91 10.82 -
YUV 70.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 101 51 92 0 0.50 0.09 0.60 310.8 0.33 0.3
Hex 65 33 5C 0 32 9 3C 137 21 1E
Octal 145 63 134 0 62 11 74 467 41 36
Binary 1100101 110011 1011100 0 110010 1001 111100 100110111 100001 11110

Color Harmonies of #65335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65335C

Black with #65335C

Text Example


Text Example

White with #65335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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