Html Css Color HEX #750285 Purple

📋 copy color: '#750285'

red 117 ◦ green 2 ◦ blue 133

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

Shades of Purple #750285

Tints of Purple #750285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 46.43%
G = 0.79%
B = 52.78%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#750285 (or 0x750285) is known color: Purple. HEX triplet: 75, 02 and 85. RGB value is (117,2,133). Sum of RGB (Red+Green+Blue) = 117+2+133=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #750285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750285 is #8AFD7A. Grayscale: #323232. Windows color (decimal): -9108859 or 8716917. OLE color: 8716917.

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

Color convert

RGB 117 2 133 -
CMYK 0.12 0.98 0 0.48
HSL 292.67º 0.97% 0.26% -
HSV(B) 292.67º 0.98% 0.52% -
XYZ 11.59 5.52 22.64 -
YUV 51.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 117 2 133 0.12 0.98 0 0.48 292.67 0.97 0.26
Hex 75 2 85 C 62 0 30 125 61 1A
Octal 165 2 205 14 142 0 60 445 141 32
Binary 1110101 10 10000101 1100 1100010 0 110000 100100101 1100001 11010

Color Harmonies of #750285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750285

Black with #750285

Text Example


Text Example

White with #750285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750285; }

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

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

background-color css

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

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

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

border-color css

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

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

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