Html Css Color HEX #65085E Palatinate Purple

📋 copy color: '#65085E'

red 101 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #65085E

Tints of Palatinate Purple #65085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 49.75%
G = 3.94%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65085E (or 0x65085E) is known color: Palatinate Purple. HEX triplet: 65, 08 and 5E. RGB value is (101,8,94). Sum of RGB (Red+Green+Blue) = 101+8+94=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #65085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65085E is #9AF7A1. Grayscale: #2D2D2D. Windows color (decimal): -10155938 or 6162533. OLE color: 6162533.

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

Color convert

RGB 101 8 94 -
CMYK 0 0.92 0.07 0.60
HSL 304.52º 0.85% 0.21% -
HSV(B) 304.52º 0.92% 0.4% -
XYZ 7.47 3.75 10.92 -
YUV 45.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 101 8 94 0 0.92 0.07 0.60 304.52 0.85 0.21
Hex 65 8 5E 0 5C 7 3C 131 55 15
Octal 145 10 136 0 134 7 74 461 125 25
Binary 1100101 1000 1011110 0 1011100 111 111100 100110001 1010101 10101

Color Harmonies of #65085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65085E

Black with #65085E

Text Example


Text Example

White with #65085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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