Html Css Color HEX #732ECA Purple Heart

📋 copy color: '#732ECA'

red 115 ◦ green 46 ◦ blue 202

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

Shades of Purple Heart #732ECA

Tints of Purple Heart #732ECA

RGB

 RED value IS 115 (45.31% from 255) = 31.68%

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

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

R = 31.68%
G = 12.67%
B = 55.65%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#732ECA (or 0x732ECA) is known color: Purple Heart. HEX triplet: 73, 2E and CA. RGB value is (115,46,202). Sum of RGB (Red+Green+Blue) = 115+46+202=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #732ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ECA is #8CD135. Grayscale: #535353. Windows color (decimal): -9228598 or 13250163. OLE color: 13250163.

HSL color Cylindrical-coordinate representation of color #732ECA: hue angle of 266.54º 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 #732ECA is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 46 202 -
CMYK 0.43 0.77 0 0.21
HSL 266.54º 0.63% 0.49% -
HSV(B) 266.54º 0.77% 0.79% -
XYZ 18.71 9.86 56.79 -
YUV 84.42 194.36 149.82 -
System Red Green Blue C M Y K H S L
Decimal 115 46 202 0.43 0.77 0 0.21 266.54 0.63 0.49
Hex 73 2E CA 2B 4D 0 15 10B 3F 31
Octal 163 56 312 53 115 0 25 413 77 61
Binary 1110011 101110 11001010 101011 1001101 0 10101 100001011 111111 110001

Color Harmonies of #732ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ECA

Black with #732ECA

Text Example


Text Example

White with #732ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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