Html Css Color HEX #750CAC Purple Heart

📋 copy color: '#750CAC'

red 117 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #750CAC

Tints of Purple Heart #750CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

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

R = 38.87%
G = 3.99%
B = 57.14%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#750CAC (or 0x750CAC) is known color: Purple Heart. HEX triplet: 75, 0C and AC. RGB value is (117,12,172). Sum of RGB (Red+Green+Blue) = 117+12+172=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #750CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750CAC is #8AF353. Grayscale: #3D3D3D. Windows color (decimal): -9106260 or 11275381. OLE color: 11275381.

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

Color convert

RGB 117 12 172 -
CMYK 0.32 0.93 0 0.33
HSL 279.38º 0.87% 0.36% -
HSV(B) 279.38º 0.93% 0.67% -
XYZ 14.91 7.02 39.6 -
YUV 61.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 117 12 172 0.32 0.93 0 0.33 279.38 0.87 0.36
Hex 75 C AC 20 5D 0 21 117 57 24
Octal 165 14 254 40 135 0 41 427 127 44
Binary 1110101 1100 10101100 100000 1011101 0 100001 100010111 1010111 100100

Color Harmonies of #750CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CAC

Black with #750CAC

Text Example


Text Example

White with #750CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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