Html Css Color HEX #75265A Palatinate Purple

📋 copy color: '#75265A'

red 117 ◦ green 38 ◦ blue 90

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

Shades of Palatinate Purple #75265A

Tints of Palatinate Purple #75265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 47.76%
G = 15.51%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75265A (or 0x75265A) is known color: Palatinate Purple. HEX triplet: 75, 26 and 5A. RGB value is (117,38,90). Sum of RGB (Red+Green+Blue) = 117+38+90=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75265A is #8AD9A5. Grayscale: #434343. Windows color (decimal): -9099686 or 5908085. OLE color: 5908085.

HSL color Cylindrical-coordinate representation of color #75265A: hue angle of 320.51º 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 #75265A is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 90 -
CMYK 0 0.68 0.23 0.54
HSL 320.51º 0.51% 0.3% -
HSV(B) 320.51º 0.68% 0.46% -
XYZ 9.87 5.91 10.29 -
YUV 67.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 117 38 90 0 0.68 0.23 0.54 320.51 0.51 0.3
Hex 75 26 5A 0 44 17 36 141 33 1E
Octal 165 46 132 0 104 27 66 501 63 36
Binary 1110101 100110 1011010 0 1000100 10111 110110 101000001 110011 11110

Color Harmonies of #75265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75265A

Black with #75265A

Text Example


Text Example

White with #75265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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