Html Css Color HEX #75186B Palatinate Purple

📋 copy color: '#75186B'

red 117 ◦ green 24 ◦ blue 107

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

Shades of Palatinate Purple #75186B

Tints of Palatinate Purple #75186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 47.18%
G = 9.68%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75186B (or 0x75186B) is known color: Palatinate Purple. HEX triplet: 75, 18 and 6B. RGB value is (117,24,107). Sum of RGB (Red+Green+Blue) = 117+24+107=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75186B is #8AE794. Grayscale: #3D3D3D. Windows color (decimal): -9103253 or 7018613. OLE color: 7018613.

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

Color convert

RGB 117 24 107 -
CMYK 0 0.79 0.09 0.54
HSL 306.45º 0.66% 0.28% -
HSV(B) 306.45º 0.79% 0.46% -
XYZ 10.32 5.5 14.43 -
YUV 61.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 117 24 107 0 0.79 0.09 0.54 306.45 0.66 0.28
Hex 75 18 6B 0 4F 9 36 132 42 1C
Octal 165 30 153 0 117 11 66 462 102 34
Binary 1110101 11000 1101011 0 1001111 1001 110110 100110010 1000010 11100

Color Harmonies of #75186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75186B

Black with #75186B

Text Example


Text Example

White with #75186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75186B; }

 p { color: rgb(117,24,107); }

 H1.HeaderClassName
 {
   color: #75186B;
 }
 .AnyTagClassName
 {
   color: #75186B;
 }
</style>

background-color css

<style>
 a { background-color: #75186B; }

 a { background-color: rgb(117,24,107); }

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

border-color css

<style>
 span { border-color: #75186B; }

 span { border-color: rgb(117,24,107); }

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