Html Css Color HEX #751EBC Purple Heart

📋 copy color: '#751EBC'

red 117 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #751EBC

Tints of Purple Heart #751EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 34.93%
G = 8.96%
B = 56.12%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#751EBC (or 0x751EBC) is known color: Purple Heart. HEX triplet: 75, 1E and BC. RGB value is (117,30,188). Sum of RGB (Red+Green+Blue) = 117+30+188=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #751EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751EBC is #8AE143. Grayscale: #494949. Windows color (decimal): -9101636 or 12328565. OLE color: 12328565.

HSL color Cylindrical-coordinate representation of color #751EBC: hue angle of 273.04º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751EBC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 30 188 -
CMYK 0.38 0.84 0 0.26
HSL 273.04º 0.72% 0.43% -
HSV(B) 273.04º 0.84% 0.74% -
XYZ 16.88 8.34 48.3 -
YUV 74.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 117 30 188 0.38 0.84 0 0.26 273.04 0.72 0.43
Hex 75 1E BC 26 54 0 1A 111 48 2B
Octal 165 36 274 46 124 0 32 421 110 53
Binary 1110101 11110 10111100 100110 1010100 0 11010 100010001 1001000 101011

Color Harmonies of #751EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EBC

Black with #751EBC

Text Example


Text Example

White with #751EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751EBC; }

 p { color: rgb(117,30,188); }

 H1.HeaderClassName
 {
   color: #751EBC;
 }
 .AnyTagClassName
 {
   color: #751EBC;
 }
</style>

background-color css

<style>
 a { background-color: #751EBC; }

 a { background-color: rgb(117,30,188); }

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

border-color css

<style>
 span { border-color: #751EBC; }

 span { border-color: rgb(117,30,188); }

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