Html Css Color HEX #750293 Purple

📋 copy color: '#750293'

red 117 ◦ green 2 ◦ blue 147

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

Shades of Purple #750293

Tints of Purple #750293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 43.98%
G = 0.75%
B = 55.26%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#750293 (or 0x750293) is known color: Purple. HEX triplet: 75, 02 and 93. RGB value is (117,2,147). Sum of RGB (Red+Green+Blue) = 117+2+147=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #750293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750293 is #8AFD6C. Grayscale: #343434. Windows color (decimal): -9108845 or 9634421. OLE color: 9634421.

HSL color Cylindrical-coordinate representation of color #750293: hue angle of 287.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750293 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 2 147 -
CMYK 0.20 0.99 0 0.42
HSL 287.59º 0.97% 0.29% -
HSV(B) 287.59º 0.99% 0.58% -
XYZ 12.62 5.93 28.08 -
YUV 52.92 181.1 173.71 -
System Red Green Blue C M Y K H S L
Decimal 117 2 147 0.20 0.99 0 0.42 287.59 0.97 0.29
Hex 75 2 93 14 63 0 2A 120 61 1D
Octal 165 2 223 24 143 0 52 440 141 35
Binary 1110101 10 10010011 10100 1100011 0 101010 100100000 1100001 11101

Color Harmonies of #750293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750293

Black with #750293

Text Example


Text Example

White with #750293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750293; }

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

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

background-color css

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

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

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

border-color css

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

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

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