Html Css Color HEX #753EBC Purple Heart

📋 copy color: '#753EBC'

red 117 ◦ green 62 ◦ blue 188

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

Shades of Purple Heart #753EBC

Tints of Purple Heart #753EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.89%

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

R = 31.88%
G = 16.89%
B = 51.23%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#753EBC (or 0x753EBC) is known color: Purple Heart. HEX triplet: 75, 3E and BC. RGB value is (117,62,188). Sum of RGB (Red+Green+Blue) = 117+62+188=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #753EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753EBC is #8AC143. Grayscale: #5C5C5C. Windows color (decimal): -9093444 or 12336757. OLE color: 12336757.

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

Color convert

RGB 117 62 188 -
CMYK 0.38 0.67 0 0.26
HSL 266.19º 0.5% 0.49% -
HSV(B) 266.19º 0.67% 0.74% -
XYZ 18.14 10.86 48.72 -
YUV 92.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 117 62 188 0.38 0.67 0 0.26 266.19 0.5 0.49
Hex 75 3E BC 26 43 0 1A 10A 32 31
Octal 165 76 274 46 103 0 32 412 62 61
Binary 1110101 111110 10111100 100110 1000011 0 11010 100001010 110010 110001

Color Harmonies of #753EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753EBC

Black with #753EBC

Text Example


Text Example

White with #753EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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