Html Css Color HEX #65075F Palatinate Purple

📋 copy color: '#65075F'

red 101 ◦ green 7 ◦ blue 95

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

Shades of Palatinate Purple #65075F

Tints of Palatinate Purple #65075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 49.75%
G = 3.45%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65075F (or 0x65075F) is known color: Palatinate Purple. HEX triplet: 65, 07 and 5F. RGB value is (101,7,95). Sum of RGB (Red+Green+Blue) = 101+7+95=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #65075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65075F is #9AF8A0. Grayscale: #2C2C2C. Windows color (decimal): -10156193 or 6227813. OLE color: 6227813.

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

Color convert

RGB 101 7 95 -
CMYK 0 0.93 0.06 0.60
HSL 303.83º 0.87% 0.21% -
HSV(B) 303.83º 0.93% 0.4% -
XYZ 7.51 3.74 11.15 -
YUV 45.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 101 7 95 0 0.93 0.06 0.60 303.83 0.87 0.21
Hex 65 7 5F 0 5D 6 3C 130 57 15
Octal 145 7 137 0 135 6 74 460 127 25
Binary 1100101 111 1011111 0 1011101 110 111100 100110000 1010111 10101

Color Harmonies of #65075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65075F

Black with #65075F

Text Example


Text Example

White with #65075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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