Html Css Color HEX #75028E Purple

📋 copy color: '#75028E'

red 117 ◦ green 2 ◦ blue 142

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

Shades of Purple #75028E

Tints of Purple #75028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 142 (55.86% from 255) = 54.41%

R = 44.83%
G = 0.77%
B = 54.41%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75028E (or 0x75028E) is known color: Purple. HEX triplet: 75, 02 and 8E. RGB value is (117,2,142). Sum of RGB (Red+Green+Blue) = 117+2+142=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #75028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75028E is #8AFD71. Grayscale: #333333. Windows color (decimal): -9108850 or 9306741. OLE color: 9306741.

HSL color Cylindrical-coordinate representation of color #75028E: hue angle of 289.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75028E is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 2 142 -
CMYK 0.18 0.99 0 0.44
HSL 289.29º 0.97% 0.28% -
HSV(B) 289.29º 0.99% 0.56% -
XYZ 12.24 5.78 26.06 -
YUV 52.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 117 2 142 0.18 0.99 0 0.44 289.29 0.97 0.28
Hex 75 2 8E 12 63 0 2C 121 61 1C
Octal 165 2 216 22 143 0 54 441 141 34
Binary 1110101 10 10001110 10010 1100011 0 101100 100100001 1100001 11100

Color Harmonies of #75028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75028E

Black with #75028E

Text Example


Text Example

White with #75028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,2,142); }

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

background-color css

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

 a { background-color: rgb(117,2,142); }

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

border-color css

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

 span { border-color: rgb(117,2,142); }

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