Html Css Color HEX #652465 Palatinate Purple

📋 copy color: '#652465'

red 101 ◦ green 36 ◦ blue 101

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

Shades of Palatinate Purple #652465

Tints of Palatinate Purple #652465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 42.44%
G = 15.13%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#652465 (or 0x652465) is known color: Palatinate Purple. HEX triplet: 65, 24 and 65. RGB value is (101,36,101). Sum of RGB (Red+Green+Blue) = 101+36+101=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #652465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652465 is #9ADB9A. Grayscale: #3E3E3E. Windows color (decimal): -10148763 or 6628453. OLE color: 6628453.

HSL color Cylindrical-coordinate representation of color #652465: hue angle of 300º 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 #652465 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 36 101 -
CMYK 0 0.64 0 0.60
HSL 300º 0.47% 0.27% -
HSV(B) 300º 0.64% 0.4% -
XYZ 8.35 4.97 12.83 -
YUV 62.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 101 36 101 0 0.64 0 0.60 300 0.47 0.27
Hex 65 24 65 0 40 0 3C 12C 2F 1B
Octal 145 44 145 0 100 0 74 454 57 33
Binary 1100101 100100 1100101 0 1000000 0 111100 100101100 101111 11011

Color Harmonies of #652465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652465

Black with #652465

Text Example


Text Example

White with #652465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652465; }

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

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

background-color css

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

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

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

border-color css

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

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

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