Html Css Color HEX #750263 Purple

📋 copy color: '#750263'

red 117 ◦ green 2 ◦ blue 99

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

Shades of Purple #750263

Tints of Purple #750263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 53.67%
G = 0.92%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#750263 (or 0x750263) is known color: Purple. HEX triplet: 75, 02 and 63. RGB value is (117,2,99). Sum of RGB (Red+Green+Blue) = 117+2+99=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #750263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750263 is #8AFD9C. Grayscale: #2F2F2F. Windows color (decimal): -9108893 or 6488693. OLE color: 6488693.

HSL color Cylindrical-coordinate representation of color #750263: hue angle of 309.39º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750263 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 99 -
CMYK 0 0.98 0.15 0.54
HSL 309.39º 0.97% 0.23% -
HSV(B) 309.39º 0.98% 0.46% -
XYZ 9.61 4.73 12.21 -
YUV 47.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 117 2 99 0 0.98 0.15 0.54 309.39 0.97 0.23
Hex 75 2 63 0 62 F 36 135 61 17
Octal 165 2 143 0 142 17 66 465 141 27
Binary 1110101 10 1100011 0 1100010 1111 110110 100110101 1100001 10111

Color Harmonies of #750263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750263

Black with #750263

Text Example


Text Example

White with #750263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750263; }

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

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

background-color css

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

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

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

border-color css

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

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

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