Html Css Color HEX #65065B Palatinate Purple

📋 copy color: '#65065B'

red 101 ◦ green 6 ◦ blue 91

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

Shades of Palatinate Purple #65065B

Tints of Palatinate Purple #65065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

 BLUE value IS 91 (35.94% from 255) = 45.96%

R = 51.01%
G = 3.03%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#65065B (or 0x65065B) is known color: Palatinate Purple. HEX triplet: 65, 06 and 5B. RGB value is (101,6,91). Sum of RGB (Red+Green+Blue) = 101+6+91=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65065B is #9AF9A4. Grayscale: #2B2B2B. Windows color (decimal): -10156453 or 5965413. OLE color: 5965413.

HSL color Cylindrical-coordinate representation of color #65065B: hue angle of 306.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65065B is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 6 91 -
CMYK 0 0.94 0.10 0.60
HSL 306.32º 0.89% 0.21% -
HSV(B) 306.32º 0.94% 0.4% -
XYZ 7.32 3.65 10.22 -
YUV 44.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 101 6 91 0 0.94 0.10 0.60 306.32 0.89 0.21
Hex 65 6 5B 0 5E A 3C 132 59 15
Octal 145 6 133 0 136 12 74 462 131 25
Binary 1100101 110 1011011 0 1011110 1010 111100 100110010 1011001 10101

Color Harmonies of #65065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65065B

Black with #65065B

Text Example


Text Example

White with #65065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65065B; }

 p { color: rgb(101,6,91); }

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

background-color css

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

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

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

border-color css

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

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

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