Html Css Color HEX #75286F Palatinate Purple

📋 copy color: '#75286F'

red 117 ◦ green 40 ◦ blue 111

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

Shades of Palatinate Purple #75286F

Tints of Palatinate Purple #75286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 43.66%
G = 14.93%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75286F (or 0x75286F) is known color: Palatinate Purple. HEX triplet: 75, 28 and 6F. RGB value is (117,40,111). Sum of RGB (Red+Green+Blue) = 117+40+111=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #75286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75286F is #8AD790. Grayscale: #464646. Windows color (decimal): -9099153 or 7284853. OLE color: 7284853.

HSL color Cylindrical-coordinate representation of color #75286F: hue angle of 304.68º 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 #75286F is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 111 -
CMYK 0 0.66 0.05 0.54
HSL 304.68º 0.49% 0.31% -
HSV(B) 304.68º 0.66% 0.46% -
XYZ 10.96 6.45 15.71 -
YUV 71.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 117 40 111 0 0.66 0.05 0.54 304.68 0.49 0.31
Hex 75 28 6F 0 42 5 36 131 31 1F
Octal 165 50 157 0 102 5 66 461 61 37
Binary 1110101 101000 1101111 0 1000010 101 110110 100110001 110001 11111

Color Harmonies of #75286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75286F

Black with #75286F

Text Example


Text Example

White with #75286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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