Html Css Color HEX #750295 Purple

📋 copy color: '#750295'

red 117 ◦ green 2 ◦ blue 149

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

Shades of Purple #750295

Tints of Purple #750295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 43.66%
G = 0.75%
B = 55.6%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#750295 (or 0x750295) is known color: Purple. HEX triplet: 75, 02 and 95. RGB value is (117,2,149). Sum of RGB (Red+Green+Blue) = 117+2+149=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #750295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750295 is #8AFD6A. Grayscale: #343434. Windows color (decimal): -9108843 or 9765493. OLE color: 9765493.

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

Color convert

RGB 117 2 149 -
CMYK 0.21 0.99 0 0.42
HSL 286.94º 0.97% 0.3% -
HSV(B) 286.94º 0.99% 0.58% -
XYZ 12.78 6 28.92 -
YUV 53.14 182.1 173.55 -
System Red Green Blue C M Y K H S L
Decimal 117 2 149 0.21 0.99 0 0.42 286.94 0.97 0.3
Hex 75 2 95 15 63 0 2A 11F 61 1E
Octal 165 2 225 25 143 0 52 437 141 36
Binary 1110101 10 10010101 10101 1100011 0 101010 100011111 1100001 11110

Color Harmonies of #750295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750295

Black with #750295

Text Example


Text Example

White with #750295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750295; }

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

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

background-color css

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

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

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

border-color css

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

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

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