Html Css Color HEX #750CAB Purple Heart

📋 copy color: '#750CAB'

red 117 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #750CAB

Tints of Purple Heart #750CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57%

R = 39%
G = 4%
B = 57%

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

#750CAB (or 0x750CAB) is known color: Purple Heart. HEX triplet: 75, 0C and AB. RGB value is (117,12,171). Sum of RGB (Red+Green+Blue) = 117+12+171=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #750CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750CAB is #8AF354. Grayscale: #3C3C3C. Windows color (decimal): -9106261 or 11209845. OLE color: 11209845.

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

Color convert

RGB 117 12 171 -
CMYK 0.32 0.93 0 0.33
HSL 279.62º 0.87% 0.36% -
HSV(B) 279.62º 0.93% 0.67% -
XYZ 14.82 6.99 39.1 -
YUV 61.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 117 12 171 0.32 0.93 0 0.33 279.62 0.87 0.36
Hex 75 C AB 20 5D 0 21 118 57 24
Octal 165 14 253 40 135 0 41 430 127 44
Binary 1110101 1100 10101011 100000 1011101 0 100001 100011000 1010111 100100

Color Harmonies of #750CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CAB

Black with #750CAB

Text Example


Text Example

White with #750CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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