Html Css Color HEX #75286A Palatinate Purple

📋 copy color: '#75286A'

red 117 ◦ green 40 ◦ blue 106

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

Shades of Palatinate Purple #75286A

Tints of Palatinate Purple #75286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

 BLUE value IS 106 (41.8% from 255) = 40.3%

R = 44.49%
G = 15.21%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75286A (or 0x75286A) is known color: Palatinate Purple. HEX triplet: 75, 28 and 6A. RGB value is (117,40,106). Sum of RGB (Red+Green+Blue) = 117+40+106=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75286A is #8AD795. Grayscale: #464646. Windows color (decimal): -9099158 or 6957173. OLE color: 6957173.

HSL color Cylindrical-coordinate representation of color #75286A: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75286A is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 106 -
CMYK 0 0.66 0.09 0.54
HSL 308.57º 0.49% 0.31% -
HSV(B) 308.57º 0.66% 0.46% -
XYZ 10.7 6.34 14.3 -
YUV 70.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 117 40 106 0 0.66 0.09 0.54 308.57 0.49 0.31
Hex 75 28 6A 0 42 9 36 135 31 1F
Octal 165 50 152 0 102 11 66 465 61 37
Binary 1110101 101000 1101010 0 1000010 1001 110110 100110101 110001 11111

Color Harmonies of #75286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75286A

Black with #75286A

Text Example


Text Example

White with #75286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,40,106); }

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

background-color css

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

 a { background-color: rgb(117,40,106); }

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

border-color css

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

 span { border-color: rgb(117,40,106); }

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