Html Css Color HEX #75256B Palatinate Purple

📋 copy color: '#75256B'

red 117 ◦ green 37 ◦ blue 107

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

Shades of Palatinate Purple #75256B

Tints of Palatinate Purple #75256B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 44.83%
G = 14.18%
B = 41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75256B (or 0x75256B) is known color: Palatinate Purple. HEX triplet: 75, 25 and 6B. RGB value is (117,37,107). Sum of RGB (Red+Green+Blue) = 117+37+107=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75256B is #8ADA94. Grayscale: #444444. Windows color (decimal): -9099925 or 7021941. OLE color: 7021941.

HSL color Cylindrical-coordinate representation of color #75256B: hue angle of 307.5º degrees, saturation: 0.52, 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 #75256B is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 107 -
CMYK 0 0.68 0.09 0.54
HSL 307.5º 0.52% 0.3% -
HSV(B) 307.5º 0.68% 0.46% -
XYZ 10.65 6.17 14.54 -
YUV 68.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 117 37 107 0 0.68 0.09 0.54 307.5 0.52 0.3
Hex 75 25 6B 0 44 9 36 134 34 1E
Octal 165 45 153 0 104 11 66 464 64 36
Binary 1110101 100101 1101011 0 1000100 1001 110110 100110100 110100 11110

Color Harmonies of #75256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75256B

Black with #75256B

Text Example


Text Example

White with #75256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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