Html Css Color HEX #750FAC Purple Heart

📋 copy color: '#750FAC'

red 117 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #750FAC

Tints of Purple Heart #750FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

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

R = 38.49%
G = 4.93%
B = 56.58%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#750FAC (or 0x750FAC) is known color: Purple Heart. HEX triplet: 75, 0F and AC. RGB value is (117,15,172). Sum of RGB (Red+Green+Blue) = 117+15+172=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #750FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750FAC is #8AF053. Grayscale: #3E3E3E. Windows color (decimal): -9105492 or 11276149. OLE color: 11276149.

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

Color convert

RGB 117 15 172 -
CMYK 0.32 0.91 0 0.33
HSL 278.98º 0.84% 0.37% -
HSV(B) 278.98º 0.91% 0.67% -
XYZ 14.95 7.1 39.61 -
YUV 63.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 117 15 172 0.32 0.91 0 0.33 278.98 0.84 0.37
Hex 75 F AC 20 5B 0 21 117 54 25
Octal 165 17 254 40 133 0 41 427 124 45
Binary 1110101 1111 10101100 100000 1011011 0 100001 100010111 1010100 100101

Color Harmonies of #750FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FAC

Black with #750FAC

Text Example


Text Example

White with #750FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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