Html Css Color HEX #75005F Purple

📋 copy color: '#75005F'

red 117 ◦ green 0 ◦ blue 95

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

Shades of Purple #75005F

Tints of Purple #75005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 55.19%
G = 0%
B = 44.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75005F (or 0x75005F) is known color: Purple. HEX triplet: 75, 00 and 5F. RGB value is (117,0,95). Sum of RGB (Red+Green+Blue) = 117+0+95=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75005F is #8AFFA0. Grayscale: #2D2D2D. Windows color (decimal): -9109409 or 6226037. OLE color: 6226037.

HSL color Cylindrical-coordinate representation of color #75005F: hue angle of 311.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75005F is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 95 -
CMYK 0 1 0.19 0.54
HSL 311.28º 1% 0.23% -
HSV(B) 311.28º 1% 0.46% -
XYZ 9.4 4.61 11.22 -
YUV 45.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 117 0 95 0 1 0.19 0.54 311.28 1 0.23
Hex 75 0 5F 0 64 13 36 137 64 17
Octal 165 0 137 0 144 23 66 467 144 27
Binary 1110101 0 1011111 0 1100100 10011 110110 100110111 1100100 10111

Color Harmonies of #75005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75005F

Black with #75005F

Text Example


Text Example

White with #75005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,0,95); }

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

background-color css

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

 a { background-color: rgb(117,0,95); }

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

border-color css

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

 span { border-color: rgb(117,0,95); }

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