Html Css Color HEX #752ECA Purple Heart

📋 copy color: '#752ECA'

red 117 ◦ green 46 ◦ blue 202

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

Shades of Purple Heart #752ECA

Tints of Purple Heart #752ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 32.05%
G = 12.6%
B = 55.34%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#752ECA (or 0x752ECA) is known color: Purple Heart. HEX triplet: 75, 2E and CA. RGB value is (117,46,202). Sum of RGB (Red+Green+Blue) = 117+46+202=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #752ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ECA is #8AD135. Grayscale: #545454. Windows color (decimal): -9097526 or 13250165. OLE color: 13250165.

HSL color Cylindrical-coordinate representation of color #752ECA: hue angle of 267.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752ECA is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 46 202 -
CMYK 0.42 0.77 0 0.21
HSL 267.31º 0.63% 0.49% -
HSV(B) 267.31º 0.77% 0.79% -
XYZ 18.97 10 56.81 -
YUV 85.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 117 46 202 0.42 0.77 0 0.21 267.31 0.63 0.49
Hex 75 2E CA 2A 4D 0 15 10B 3F 31
Octal 165 56 312 52 115 0 25 413 77 61
Binary 1110101 101110 11001010 101010 1001101 0 10101 100001011 111111 110001

Color Harmonies of #752ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752ECA

Black with #752ECA

Text Example


Text Example

White with #752ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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