Html Css Color HEX #75008A Purple

📋 copy color: '#75008A'

red 117 ◦ green 0 ◦ blue 138

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

Shades of Purple #75008A

Tints of Purple #75008A

RGB

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

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

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

R = 45.88%
G = 0%
B = 54.12%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75008A (or 0x75008A) is known color: Purple. HEX triplet: 75, 00 and 8A. RGB value is (117,0,138). Sum of RGB (Red+Green+Blue) = 117+0+138=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #75008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75008A is #8AFF75. Grayscale: #323232. Windows color (decimal): -9109366 or 9044085. OLE color: 9044085.

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

Color convert

RGB 117 0 138 -
CMYK 0.15 1 0 0.46
HSL 290.87º 1% 0.27% -
HSV(B) 290.87º 1% 0.54% -
XYZ 11.92 5.62 24.5 -
YUV 50.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 117 0 138 0.15 1 0 0.46 290.87 1 0.27
Hex 75 0 8A F 64 0 2E 123 64 1B
Octal 165 0 212 17 144 0 56 443 144 33
Binary 1110101 0 10001010 1111 1100100 0 101110 100100011 1100100 11011

Color Harmonies of #75008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75008A

Black with #75008A

Text Example


Text Example

White with #75008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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