Html Css Color HEX #75266C Palatinate Purple

📋 copy color: '#75266C'

red 117 ◦ green 38 ◦ blue 108

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

Shades of Palatinate Purple #75266C

Tints of Palatinate Purple #75266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.06%

R = 44.49%
G = 14.45%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75266C (or 0x75266C) is known color: Palatinate Purple. HEX triplet: 75, 26 and 6C. RGB value is (117,38,108). Sum of RGB (Red+Green+Blue) = 117+38+108=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75266C is #8AD993. Grayscale: #454545. Windows color (decimal): -9099668 or 7087733. OLE color: 7087733.

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

Color convert

RGB 117 38 108 -
CMYK 0 0.68 0.08 0.54
HSL 306.84º 0.51% 0.3% -
HSV(B) 306.84º 0.68% 0.46% -
XYZ 10.74 6.25 14.83 -
YUV 69.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 117 38 108 0 0.68 0.08 0.54 306.84 0.51 0.3
Hex 75 26 6C 0 44 8 36 133 33 1E
Octal 165 46 154 0 104 10 66 463 63 36
Binary 1110101 100110 1101100 0 1000100 1000 110110 100110011 110011 11110

Color Harmonies of #75266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75266C

Black with #75266C

Text Example


Text Example

White with #75266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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