Html Css Color HEX #65085F Palatinate Purple

📋 copy color: '#65085F'

red 101 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #65085F

Tints of Palatinate Purple #65085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 49.51%
G = 3.92%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65085F (or 0x65085F) is known color: Palatinate Purple. HEX triplet: 65, 08 and 5F. RGB value is (101,8,95). Sum of RGB (Red+Green+Blue) = 101+8+95=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #65085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65085F is #9AF7A0. Grayscale: #2D2D2D. Windows color (decimal): -10155937 or 6228069. OLE color: 6228069.

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

Color convert

RGB 101 8 95 -
CMYK 0 0.92 0.06 0.60
HSL 303.87º 0.85% 0.21% -
HSV(B) 303.87º 0.92% 0.4% -
XYZ 7.52 3.77 11.16 -
YUV 45.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 101 8 95 0 0.92 0.06 0.60 303.87 0.85 0.21
Hex 65 8 5F 0 5C 6 3C 130 55 15
Octal 145 10 137 0 134 6 74 460 125 25
Binary 1100101 1000 1011111 0 1011100 110 111100 100110000 1010101 10101

Color Harmonies of #65085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65085F

Black with #65085F

Text Example


Text Example

White with #65085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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