Html Css Color HEX #750062 Purple

📋 copy color: '#750062'

red 117 ◦ green 0 ◦ blue 98

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

Shades of Purple #750062

Tints of Purple #750062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 45.58%

R = 54.42%
G = 0%
B = 45.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#750062 (or 0x750062) is known color: Purple. HEX triplet: 75, 00 and 62. RGB value is (117,0,98). Sum of RGB (Red+Green+Blue) = 117+0+98=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #750062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750062 is #8AFF9D. Grayscale: #2D2D2D. Windows color (decimal): -9109406 or 6422645. OLE color: 6422645.

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

Color convert

RGB 117 0 98 -
CMYK 0 1 0.16 0.54
HSL 309.74º 1% 0.23% -
HSV(B) 309.74º 1% 0.46% -
XYZ 9.54 4.66 11.95 -
YUV 46.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 117 0 98 0 1 0.16 0.54 309.74 1 0.23
Hex 75 0 62 0 64 10 36 136 64 17
Octal 165 0 142 0 144 20 66 466 144 27
Binary 1110101 0 1100010 0 1100100 10000 110110 100110110 1100100 10111

Color Harmonies of #750062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750062

Black with #750062

Text Example


Text Example

White with #750062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750062; }

 p { color: rgb(117,0,98); }

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

background-color css

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

 a { background-color: rgb(117,0,98); }

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

border-color css

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

 span { border-color: rgb(117,0,98); }

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