Html Css Color HEX #750BAE Purple Heart

📋 copy color: '#750BAE'

red 117 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #750BAE

Tints of Purple Heart #750BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.62%

R = 38.74%
G = 3.64%
B = 57.62%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#750BAE (or 0x750BAE) is known color: Purple Heart. HEX triplet: 75, 0B and AE. RGB value is (117,11,174). Sum of RGB (Red+Green+Blue) = 117+11+174=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #750BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BAE is #8AF451. Grayscale: #3C3C3C. Windows color (decimal): -9106514 or 11406197. OLE color: 11406197.

HSL color Cylindrical-coordinate representation of color #750BAE: hue angle of 279.02º 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 #750BAE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 11 174 -
CMYK 0.33 0.94 0 0.32
HSL 279.02º 0.88% 0.36% -
HSV(B) 279.02º 0.94% 0.68% -
XYZ 15.1 7.08 40.61 -
YUV 61.28 191.62 167.75 -
System Red Green Blue C M Y K H S L
Decimal 117 11 174 0.33 0.94 0 0.32 279.02 0.88 0.36
Hex 75 B AE 21 5E 0 20 117 58 24
Octal 165 13 256 41 136 0 40 427 130 44
Binary 1110101 1011 10101110 100001 1011110 0 100000 100010111 1011000 100100

Color Harmonies of #750BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BAE

Black with #750BAE

Text Example


Text Example

White with #750BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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