Html Css Color HEX #750BAD Purple Heart

📋 copy color: '#750BAD'

red 117 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #750BAD

Tints of Purple Heart #750BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 38.87%
G = 3.65%
B = 57.48%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#750BAD (or 0x750BAD) is known color: Purple Heart. HEX triplet: 75, 0B and AD. RGB value is (117,11,173). Sum of RGB (Red+Green+Blue) = 117+11+173=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #750BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BAD is #8AF452. Grayscale: #3C3C3C. Windows color (decimal): -9106515 or 11340661. OLE color: 11340661.

HSL color Cylindrical-coordinate representation of color #750BAD: hue angle of 279.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BAD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 11 173 -
CMYK 0.32 0.94 0 0.32
HSL 279.26º 0.88% 0.36% -
HSV(B) 279.26º 0.94% 0.68% -
XYZ 15 7.04 40.1 -
YUV 61.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 117 11 173 0.32 0.94 0 0.32 279.26 0.88 0.36
Hex 75 B AD 20 5E 0 20 117 58 24
Octal 165 13 255 40 136 0 40 427 130 44
Binary 1110101 1011 10101101 100000 1011110 0 100000 100010111 1011000 100100

Color Harmonies of #750BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BAD

Black with #750BAD

Text Example


Text Example

White with #750BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750BAD; }

 p { color: rgb(117,11,173); }

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

background-color css

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

 a { background-color: rgb(117,11,173); }

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

border-color css

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

 span { border-color: rgb(117,11,173); }

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