Html Css Color HEX #65265A Palatinate Purple

📋 copy color: '#65265A'

red 101 ◦ green 38 ◦ blue 90

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

Shades of Palatinate Purple #65265A

Tints of Palatinate Purple #65265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.59%

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 44.1%
G = 16.59%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65265A (or 0x65265A) is known color: Palatinate Purple. HEX triplet: 65, 26 and 5A. RGB value is (101,38,90). Sum of RGB (Red+Green+Blue) = 101+38+90=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65265A is #9AD9A5. Grayscale: #3E3E3E. Windows color (decimal): -10148262 or 5908069. OLE color: 5908069.

HSL color Cylindrical-coordinate representation of color #65265A: hue angle of 310.48º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65265A is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 38 90 -
CMYK 0 0.62 0.11 0.60
HSL 310.48º 0.45% 0.27% -
HSV(B) 310.48º 0.62% 0.4% -
XYZ 7.91 4.89 10.2 -
YUV 62.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 101 38 90 0 0.62 0.11 0.60 310.48 0.45 0.27
Hex 65 26 5A 0 3E B 3C 136 2D 1B
Octal 145 46 132 0 76 13 74 466 55 33
Binary 1100101 100110 1011010 0 111110 1011 111100 100110110 101101 11011

Color Harmonies of #65265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65265A

Black with #65265A

Text Example


Text Example

White with #65265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65265A; }

 p { color: rgb(101,38,90); }

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

background-color css

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

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

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

border-color css

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

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

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