Html Css Color HEX #75246B Palatinate Purple

📋 copy color: '#75246B'

red 117 ◦ green 36 ◦ blue 107

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

Shades of Palatinate Purple #75246B

Tints of Palatinate Purple #75246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 45%
G = 13.85%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75246B (or 0x75246B) is known color: Palatinate Purple. HEX triplet: 75, 24 and 6B. RGB value is (117,36,107). Sum of RGB (Red+Green+Blue) = 117+36+107=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75246B is #8ADB94. Grayscale: #444444. Windows color (decimal): -9100181 or 7021685. OLE color: 7021685.

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

Color convert

RGB 117 36 107 -
CMYK 0 0.69 0.09 0.54
HSL 307.41º 0.53% 0.3% -
HSV(B) 307.41º 0.69% 0.46% -
XYZ 10.62 6.11 14.53 -
YUV 68.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 117 36 107 0 0.69 0.09 0.54 307.41 0.53 0.3
Hex 75 24 6B 0 45 9 36 133 35 1E
Octal 165 44 153 0 105 11 66 463 65 36
Binary 1110101 100100 1101011 0 1000101 1001 110110 100110011 110101 11110

Color Harmonies of #75246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75246B

Black with #75246B

Text Example


Text Example

White with #75246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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