Html Css Color HEX #750BAC Purple Heart

📋 copy color: '#750BAC'

red 117 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #750BAC

Tints of Purple Heart #750BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 39%
G = 3.67%
B = 57.33%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#750BAC (or 0x750BAC) is known color: Purple Heart. HEX triplet: 75, 0B and AC. RGB value is (117,11,172). Sum of RGB (Red+Green+Blue) = 117+11+172=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #750BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BAC is #8AF453. Grayscale: #3C3C3C. Windows color (decimal): -9106516 or 11275125. OLE color: 11275125.

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

Color convert

RGB 117 11 172 -
CMYK 0.32 0.94 0 0.33
HSL 279.5º 0.88% 0.36% -
HSV(B) 279.5º 0.94% 0.67% -
XYZ 14.9 7 39.6 -
YUV 61.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 117 11 172 0.32 0.94 0 0.33 279.5 0.88 0.36
Hex 75 B AC 20 5E 0 21 118 58 24
Octal 165 13 254 40 136 0 41 430 130 44
Binary 1110101 1011 10101100 100000 1011110 0 100001 100011000 1011000 100100

Color Harmonies of #750BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BAC

Black with #750BAC

Text Example


Text Example

White with #750BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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