Html Css Color HEX #750362 Purple

📋 copy color: '#750362'

red 117 ◦ green 3 ◦ blue 98

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

Shades of Purple #750362

Tints of Purple #750362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 53.67%
G = 1.38%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#750362 (or 0x750362) is known color: Purple. HEX triplet: 75, 03 and 62. RGB value is (117,3,98). Sum of RGB (Red+Green+Blue) = 117+3+98=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #750362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750362 is #8AFC9D. Grayscale: #2F2F2F. Windows color (decimal): -9108638 or 6423413. OLE color: 6423413.

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

Color convert

RGB 117 3 98 -
CMYK 0 0.97 0.16 0.54
HSL 310º 0.95% 0.24% -
HSV(B) 310º 0.97% 0.46% -
XYZ 9.57 4.73 11.96 -
YUV 47.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 117 3 98 0 0.97 0.16 0.54 310 0.95 0.24
Hex 75 3 62 0 61 10 36 136 5F 18
Octal 165 3 142 0 141 20 66 466 137 30
Binary 1110101 11 1100010 0 1100001 10000 110110 100110110 1011111 11000

Color Harmonies of #750362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750362

Black with #750362

Text Example


Text Example

White with #750362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750362; }

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

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

background-color css

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

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

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

border-color css

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

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

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