Html Css Color HEX #75056E Purple

📋 copy color: '#75056E'

red 117 ◦ green 5 ◦ blue 110

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

Shades of Purple #75056E

Tints of Purple #75056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 50.43%
G = 2.16%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75056E (or 0x75056E) is known color: Purple. HEX triplet: 75, 05 and 6E. RGB value is (117,5,110). Sum of RGB (Red+Green+Blue) = 117+5+110=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75056E is #8AFA91. Grayscale: #323232. Windows color (decimal): -9108114 or 7210357. OLE color: 7210357.

HSL color Cylindrical-coordinate representation of color #75056E: hue angle of 303.75º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75056E is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 110 -
CMYK 0 0.96 0.06 0.54
HSL 303.75º 0.92% 0.24% -
HSV(B) 303.75º 0.96% 0.46% -
XYZ 10.2 5.02 15.18 -
YUV 50.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 117 5 110 0 0.96 0.06 0.54 303.75 0.92 0.24
Hex 75 5 6E 0 60 6 36 130 5C 18
Octal 165 5 156 0 140 6 66 460 134 30
Binary 1110101 101 1101110 0 1100000 110 110110 100110000 1011100 11000

Color Harmonies of #75056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75056E

Black with #75056E

Text Example


Text Example

White with #75056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75056E; }

 p { color: rgb(117,5,110); }

 H1.HeaderClassName
 {
   color: #75056E;
 }
 .AnyTagClassName
 {
   color: #75056E;
 }
</style>

background-color css

<style>
 a { background-color: #75056E; }

 a { background-color: rgb(117,5,110); }

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

border-color css

<style>
 span { border-color: #75056E; }

 span { border-color: rgb(117,5,110); }

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