Html Css Color HEX #65055F Palatinate Purple

📋 copy color: '#65055F'

red 101 ◦ green 5 ◦ blue 95

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

Shades of Palatinate Purple #65055F

Tints of Palatinate Purple #65055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 50.25%
G = 2.49%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65055F (or 0x65055F) is known color: Palatinate Purple. HEX triplet: 65, 05 and 5F. RGB value is (101,5,95). Sum of RGB (Red+Green+Blue) = 101+5+95=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65055F is #9AFAA0. Grayscale: #2B2B2B. Windows color (decimal): -10156705 or 6227301. OLE color: 6227301.

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

Color convert

RGB 101 5 95 -
CMYK 0 0.95 0.06 0.60
HSL 303.75º 0.91% 0.21% -
HSV(B) 303.75º 0.95% 0.4% -
XYZ 7.49 3.7 11.15 -
YUV 43.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 101 5 95 0 0.95 0.06 0.60 303.75 0.91 0.21
Hex 65 5 5F 0 5F 6 3C 130 5B 15
Octal 145 5 137 0 137 6 74 460 133 25
Binary 1100101 101 1011111 0 1011111 110 111100 100110000 1011011 10101

Color Harmonies of #65055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65055F

Black with #65055F

Text Example


Text Example

White with #65055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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