Html Css Color HEX #75256F Palatinate Purple

📋 copy color: '#75256F'

red 117 ◦ green 37 ◦ blue 111

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

Shades of Palatinate Purple #75256F

Tints of Palatinate Purple #75256F

RGB

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

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

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

R = 44.15%
G = 13.96%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75256F (or 0x75256F) is known color: Palatinate Purple. HEX triplet: 75, 25 and 6F. RGB value is (117,37,111). Sum of RGB (Red+Green+Blue) = 117+37+111=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75256F is #8ADA90. Grayscale: #454545. Windows color (decimal): -9099921 or 7284085. OLE color: 7284085.

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

Color convert

RGB 117 37 111 -
CMYK 0 0.68 0.05 0.54
HSL 304.5º 0.52% 0.3% -
HSV(B) 304.5º 0.68% 0.46% -
XYZ 10.87 6.25 15.67 -
YUV 69.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 117 37 111 0 0.68 0.05 0.54 304.5 0.52 0.3
Hex 75 25 6F 0 44 5 36 130 34 1E
Octal 165 45 157 0 104 5 66 460 64 36
Binary 1110101 100101 1101111 0 1000100 101 110110 100110000 110100 11110

Color Harmonies of #75256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75256F

Black with #75256F

Text Example


Text Example

White with #75256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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