Html Css Color HEX #75078A Purple

📋 copy color: '#75078A'

red 117 ◦ green 7 ◦ blue 138

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

Shades of Purple #75078A

Tints of Purple #75078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 44.66%
G = 2.67%
B = 52.67%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75078A (or 0x75078A) is known color: Purple. HEX triplet: 75, 07 and 8A. RGB value is (117,7,138). Sum of RGB (Red+Green+Blue) = 117+7+138=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #75078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75078A is #8AF875. Grayscale: #363636. Windows color (decimal): -9107574 or 9045877. OLE color: 9045877.

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

Color convert

RGB 117 7 138 -
CMYK 0.15 0.95 0 0.46
HSL 290.38º 0.9% 0.28% -
HSV(B) 290.38º 0.95% 0.54% -
XYZ 12 5.77 24.53 -
YUV 54.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 117 7 138 0.15 0.95 0 0.46 290.38 0.9 0.28
Hex 75 7 8A F 5F 0 2E 122 5A 1C
Octal 165 7 212 17 137 0 56 442 132 34
Binary 1110101 111 10001010 1111 1011111 0 101110 100100010 1011010 11100

Color Harmonies of #75078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75078A

Black with #75078A

Text Example


Text Example

White with #75078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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