Html Css Color HEX #752EBE Purple Heart

📋 copy color: '#752EBE'

red 117 ◦ green 46 ◦ blue 190

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

Shades of Purple Heart #752EBE

Tints of Purple Heart #752EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 33.14%
G = 13.03%
B = 53.82%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#752EBE (or 0x752EBE) is known color: Purple Heart. HEX triplet: 75, 2E and BE. RGB value is (117,46,190). Sum of RGB (Red+Green+Blue) = 117+46+190=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #752EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EBE is #8AD141. Grayscale: #535353. Windows color (decimal): -9097538 or 12463733. OLE color: 12463733.

HSL color Cylindrical-coordinate representation of color #752EBE: hue angle of 269.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752EBE is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 46 190 -
CMYK 0.38 0.76 0 0.25
HSL 269.58º 0.61% 0.46% -
HSV(B) 269.58º 0.76% 0.75% -
XYZ 17.61 9.45 49.61 -
YUV 83.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 117 46 190 0.38 0.76 0 0.25 269.58 0.61 0.46
Hex 75 2E BE 26 4C 0 19 10E 3D 2E
Octal 165 56 276 46 114 0 31 416 75 56
Binary 1110101 101110 10111110 100110 1001100 0 11001 100001110 111101 101110

Color Harmonies of #752EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EBE

Black with #752EBE

Text Example


Text Example

White with #752EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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