Html Css Color HEX #750281 Purple

📋 copy color: '#750281'

red 117 ◦ green 2 ◦ blue 129

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

Shades of Purple #750281

Tints of Purple #750281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.02%

R = 47.18%
G = 0.81%
B = 52.02%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750281 (or 0x750281) is known color: Purple. HEX triplet: 75, 02 and 81. RGB value is (117,2,129). Sum of RGB (Red+Green+Blue) = 117+2+129=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #750281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750281 is #8AFD7E. Grayscale: #323232. Windows color (decimal): -9108863 or 8454773. OLE color: 8454773.

HSL color Cylindrical-coordinate representation of color #750281: hue angle of 294.33º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750281 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 2 129 -
CMYK 0.09 0.98 0 0.49
HSL 294.33º 0.97% 0.26% -
HSV(B) 294.33º 0.98% 0.51% -
XYZ 11.32 5.41 21.22 -
YUV 50.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 117 2 129 0.09 0.98 0 0.49 294.33 0.97 0.26
Hex 75 2 81 9 62 0 31 126 61 1A
Octal 165 2 201 11 142 0 61 446 141 32
Binary 1110101 10 10000001 1001 1100010 0 110001 100100110 1100001 11010

Color Harmonies of #750281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750281

Black with #750281

Text Example


Text Example

White with #750281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750281; }

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

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

background-color css

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

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

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

border-color css

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

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

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