Html Css Color HEX #750283 Purple

📋 copy color: '#750283'

red 117 ◦ green 2 ◦ blue 131

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

Shades of Purple #750283

Tints of Purple #750283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 46.8%
G = 0.8%
B = 52.4%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750283 (or 0x750283) is known color: Purple. HEX triplet: 75, 02 and 83. RGB value is (117,2,131). Sum of RGB (Red+Green+Blue) = 117+2+131=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #750283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750283 is #8AFD7C. Grayscale: #323232. Windows color (decimal): -9108861 or 8585845. OLE color: 8585845.

HSL color Cylindrical-coordinate representation of color #750283: hue angle of 293.49º 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 #750283 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 2 131 -
CMYK 0.11 0.98 0 0.49
HSL 293.49º 0.97% 0.26% -
HSV(B) 293.49º 0.98% 0.51% -
XYZ 11.45 5.46 21.92 -
YUV 51.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 117 2 131 0.11 0.98 0 0.49 293.49 0.97 0.26
Hex 75 2 83 B 62 0 31 125 61 1A
Octal 165 2 203 13 142 0 61 445 141 32
Binary 1110101 10 10000011 1011 1100010 0 110001 100100101 1100001 11010

Color Harmonies of #750283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750283

Black with #750283

Text Example


Text Example

White with #750283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750283; }

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

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

background-color css

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

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

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

border-color css

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

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

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