Html Css Color HEX #65375C Palatinate Purple

📋 copy color: '#65375C'

red 101 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #65375C

Tints of Palatinate Purple #65375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 40.73%
G = 22.18%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#65375C (or 0x65375C) is known color: Palatinate Purple. HEX triplet: 65, 37 and 5C. RGB value is (101,55,92). Sum of RGB (Red+Green+Blue) = 101+55+92=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65375C is #9AC8A3. Grayscale: #484848. Windows color (decimal): -10143908 or 6043493. OLE color: 6043493.

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

Color convert

RGB 101 55 92 -
CMYK 0 0.46 0.09 0.60
HSL 311.74º 0.29% 0.31% -
HSV(B) 311.74º 0.46% 0.4% -
XYZ 8.66 6.27 10.88 -
YUV 72.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 101 55 92 0 0.46 0.09 0.60 311.74 0.29 0.31
Hex 65 37 5C 0 2E 9 3C 138 1D 1F
Octal 145 67 134 0 56 11 74 470 35 37
Binary 1100101 110111 1011100 0 101110 1001 111100 100111000 11101 11111

Color Harmonies of #65375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65375C

Black with #65375C

Text Example


Text Example

White with #65375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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