Html Css Color HEX #750FC0 Purple Heart

📋 copy color: '#750FC0'

red 117 ◦ green 15 ◦ blue 192

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

Shades of Purple Heart #750FC0

Tints of Purple Heart #750FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.26%

R = 36.11%
G = 4.63%
B = 59.26%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#750FC0 (or 0x750FC0) is known color: Purple Heart. HEX triplet: 75, 0F and C0. RGB value is (117,15,192). Sum of RGB (Red+Green+Blue) = 117+15+192=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #750FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FC0 is #8AF03F. Grayscale: #414141. Windows color (decimal): -9105472 or 12586869. OLE color: 12586869.

HSL color Cylindrical-coordinate representation of color #750FC0: hue angle of 274.58º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750FC0 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 15 192 -
CMYK 0.39 0.92 0 0.25
HSL 274.58º 0.86% 0.41% -
HSV(B) 274.58º 0.92% 0.75% -
XYZ 17.02 7.93 50.5 -
YUV 65.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 117 15 192 0.39 0.92 0 0.25 274.58 0.86 0.41
Hex 75 F C0 27 5C 0 19 113 56 29
Octal 165 17 300 47 134 0 31 423 126 51
Binary 1110101 1111 11000000 100111 1011100 0 11001 100010011 1010110 101001

Color Harmonies of #750FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FC0

Black with #750FC0

Text Example


Text Example

White with #750FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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