Html Css Color HEX #75266D Palatinate Purple

📋 copy color: '#75266D'

red 117 ◦ green 38 ◦ blue 109

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

Shades of Palatinate Purple #75266D

Tints of Palatinate Purple #75266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 44.32%
G = 14.39%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75266D (or 0x75266D) is known color: Palatinate Purple. HEX triplet: 75, 26 and 6D. RGB value is (117,38,109). Sum of RGB (Red+Green+Blue) = 117+38+109=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75266D is #8AD992. Grayscale: #454545. Windows color (decimal): -9099667 or 7153269. OLE color: 7153269.

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

Color convert

RGB 117 38 109 -
CMYK 0 0.68 0.07 0.54
HSL 306.08º 0.51% 0.3% -
HSV(B) 306.08º 0.68% 0.46% -
XYZ 10.79 6.27 15.11 -
YUV 69.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 117 38 109 0 0.68 0.07 0.54 306.08 0.51 0.3
Hex 75 26 6D 0 44 7 36 132 33 1E
Octal 165 46 155 0 104 7 66 462 63 36
Binary 1110101 100110 1101101 0 1000100 111 110110 100110010 110011 11110

Color Harmonies of #75266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75266D

Black with #75266D

Text Example


Text Example

White with #75266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75266D; }

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

 H1.HeaderClassName
 {
   color: #75266D;
 }
 .AnyTagClassName
 {
   color: #75266D;
 }
</style>

background-color css

<style>
 a { background-color: #75266D; }

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

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

border-color css

<style>
 span { border-color: #75266D; }

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

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