Html Css Color HEX #75265F Palatinate Purple

📋 copy color: '#75265F'

red 117 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #75265F

Tints of Palatinate Purple #75265F

RGB

 RED value IS 117 (46.09% from 255) = 46.8%

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 46.8%
G = 15.2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75265F (or 0x75265F) is known color: Palatinate Purple. HEX triplet: 75, 26 and 5F. RGB value is (117,38,95). Sum of RGB (Red+Green+Blue) = 117+38+95=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75265F is #8AD9A0. Grayscale: #434343. Windows color (decimal): -9099681 or 6235765. OLE color: 6235765.

HSL color Cylindrical-coordinate representation of color #75265F: hue angle of 316.71º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75265F is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 95 -
CMYK 0 0.68 0.19 0.54
HSL 316.71º 0.51% 0.3% -
HSV(B) 316.71º 0.68% 0.46% -
XYZ 10.09 5.99 11.45 -
YUV 68.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 117 38 95 0 0.68 0.19 0.54 316.71 0.51 0.3
Hex 75 26 5F 0 44 13 36 13D 33 1E
Octal 165 46 137 0 104 23 66 475 63 36
Binary 1110101 100110 1011111 0 1000100 10011 110110 100111101 110011 11110

Color Harmonies of #75265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75265F

Black with #75265F

Text Example


Text Example

White with #75265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,38,95); }

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

background-color css

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

 a { background-color: rgb(117,38,95); }

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

border-color css

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

 span { border-color: rgb(117,38,95); }

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