Html Css Color HEX #75027A Purple

📋 copy color: '#75027A'

red 117 ◦ green 2 ◦ blue 122

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

Shades of Purple #75027A

Tints of Purple #75027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.62%

R = 48.55%
G = 0.83%
B = 50.62%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75027A (or 0x75027A) is known color: Purple. HEX triplet: 75, 02 and 7A. RGB value is (117,2,122). Sum of RGB (Red+Green+Blue) = 117+2+122=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #75027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75027A is #8AFD85. Grayscale: #313131. Windows color (decimal): -9108870 or 7996021. OLE color: 7996021.

HSL color Cylindrical-coordinate representation of color #75027A: hue angle of 297.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75027A is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 2 122 -
CMYK 0.04 0.98 0 0.52
HSL 297.5º 0.97% 0.24% -
HSV(B) 297.5º 0.98% 0.48% -
XYZ 10.87 5.23 18.85 -
YUV 50.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 117 2 122 0.04 0.98 0 0.52 297.5 0.97 0.24
Hex 75 2 7A 4 62 0 34 12A 61 18
Octal 165 2 172 4 142 0 64 452 141 30
Binary 1110101 10 1111010 100 1100010 0 110100 100101010 1100001 11000

Color Harmonies of #75027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75027A

Black with #75027A

Text Example


Text Example

White with #75027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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