Html Css Color HEX #752ED5 Purple Heart

📋 copy color: '#752ED5'

red 117 ◦ green 46 ◦ blue 213

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

Shades of Purple Heart #752ED5

Tints of Purple Heart #752ED5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.23%

 BLUE value IS 213 (83.59% from 255) = 56.65%

R = 31.12%
G = 12.23%
B = 56.65%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#752ED5 (or 0x752ED5) is known color: Purple Heart. HEX triplet: 75, 2E and D5. RGB value is (117,46,213). Sum of RGB (Red+Green+Blue) = 117+46+213=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #752ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ED5 is #8AD12A. Grayscale: #555555. Windows color (decimal): -9097515 or 13971061. OLE color: 13971061.

HSL color Cylindrical-coordinate representation of color #752ED5: hue angle of 265.51º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752ED5 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 46 213 -
CMYK 0.45 0.78 0 0.16
HSL 265.51º 0.67% 0.51% -
HSV(B) 265.51º 0.78% 0.84% -
XYZ 20.32 10.54 63.91 -
YUV 86.27 199.52 149.92 -
System Red Green Blue C M Y K H S L
Decimal 117 46 213 0.45 0.78 0 0.16 265.51 0.67 0.51
Hex 75 2E D5 2D 4E 0 10 10A 43 33
Octal 165 56 325 55 116 0 20 412 103 63
Binary 1110101 101110 11010101 101101 1001110 0 10000 100001010 1000011 110011

Color Harmonies of #752ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752ED5

Black with #752ED5

Text Example


Text Example

White with #752ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752ED5; }

 p { color: rgb(117,46,213); }

 H1.HeaderClassName
 {
   color: #752ED5;
 }
 .AnyTagClassName
 {
   color: #752ED5;
 }
</style>

background-color css

<style>
 a { background-color: #752ED5; }

 a { background-color: rgb(117,46,213); }

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

border-color css

<style>
 span { border-color: #752ED5; }

 span { border-color: rgb(117,46,213); }

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