Html Css Color HEX #65095F Palatinate Purple

📋 copy color: '#65095F'

red 101 ◦ green 9 ◦ blue 95

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

Shades of Palatinate Purple #65095F

Tints of Palatinate Purple #65095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 49.27%
G = 4.39%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65095F (or 0x65095F) is known color: Palatinate Purple. HEX triplet: 65, 09 and 5F. RGB value is (101,9,95). Sum of RGB (Red+Green+Blue) = 101+9+95=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #65095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65095F is #9AF6A0. Grayscale: #2E2E2E. Windows color (decimal): -10155681 or 6228325. OLE color: 6228325.

HSL color Cylindrical-coordinate representation of color #65095F: hue angle of 303.91º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65095F is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 9 95 -
CMYK 0 0.91 0.06 0.60
HSL 303.91º 0.84% 0.22% -
HSV(B) 303.91º 0.91% 0.4% -
XYZ 7.53 3.79 11.16 -
YUV 46.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 101 9 95 0 0.91 0.06 0.60 303.91 0.84 0.22
Hex 65 9 5F 0 5B 6 3C 130 54 16
Octal 145 11 137 0 133 6 74 460 124 26
Binary 1100101 1001 1011111 0 1011011 110 111100 100110000 1010100 10110

Color Harmonies of #65095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65095F

Black with #65095F

Text Example


Text Example

White with #65095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65095F; }

 p { color: rgb(101,9,95); }

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

background-color css

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

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

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

border-color css

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

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

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