Html Css Color HEX #75078B Purple

📋 copy color: '#75078B'

red 117 ◦ green 7 ◦ blue 139

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

Shades of Purple #75078B

Tints of Purple #75078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.85%

R = 44.49%
G = 2.66%
B = 52.85%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75078B (or 0x75078B) is known color: Purple. HEX triplet: 75, 07 and 8B. RGB value is (117,7,139). Sum of RGB (Red+Green+Blue) = 117+7+139=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #75078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75078B is #8AF874. Grayscale: #363636. Windows color (decimal): -9107573 or 9111413. OLE color: 9111413.

HSL color Cylindrical-coordinate representation of color #75078B: hue angle of 290º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75078B is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 7 139 -
CMYK 0.16 0.95 0 0.45
HSL 290º 0.9% 0.29% -
HSV(B) 290º 0.95% 0.55% -
XYZ 12.07 5.8 24.91 -
YUV 54.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 117 7 139 0.16 0.95 0 0.45 290 0.9 0.29
Hex 75 7 8B 10 5F 0 2D 122 5A 1D
Octal 165 7 213 20 137 0 55 442 132 35
Binary 1110101 111 10001011 10000 1011111 0 101101 100100010 1011010 11101

Color Harmonies of #75078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75078B

Black with #75078B

Text Example


Text Example

White with #75078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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