Html Css Color HEX #75028A Purple

📋 copy color: '#75028A'

red 117 ◦ green 2 ◦ blue 138

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

Shades of Purple #75028A

Tints of Purple #75028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 45.53%
G = 0.78%
B = 53.7%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75028A (or 0x75028A) is known color: Purple. HEX triplet: 75, 02 and 8A. RGB value is (117,2,138). Sum of RGB (Red+Green+Blue) = 117+2+138=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #75028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75028A is #8AFD75. Grayscale: #333333. Windows color (decimal): -9108854 or 9044597. OLE color: 9044597.

HSL color Cylindrical-coordinate representation of color #75028A: hue angle of 290.74º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75028A is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 2 138 -
CMYK 0.15 0.99 0 0.46
HSL 290.74º 0.97% 0.27% -
HSV(B) 290.74º 0.99% 0.54% -
XYZ 11.95 5.66 24.51 -
YUV 51.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 117 2 138 0.15 0.99 0 0.46 290.74 0.97 0.27
Hex 75 2 8A F 63 0 2E 123 61 1B
Octal 165 2 212 17 143 0 56 443 141 33
Binary 1110101 10 10001010 1111 1100011 0 101110 100100011 1100001 11011

Color Harmonies of #75028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75028A

Black with #75028A

Text Example


Text Example

White with #75028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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