Html Css Color HEX #731ECE Purple Heart

📋 copy color: '#731ECE'

red 115 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #731ECE

Tints of Purple Heart #731ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.55%

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 32.76%
G = 8.55%
B = 58.69%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#731ECE (or 0x731ECE) is known color: Purple Heart. HEX triplet: 73, 1E and CE. RGB value is (115,30,206). Sum of RGB (Red+Green+Blue) = 115+30+206=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #731ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ECE is #8CE131. Grayscale: #4A4A4A. Windows color (decimal): -9232690 or 13508211. OLE color: 13508211.

HSL color Cylindrical-coordinate representation of color #731ECE: hue angle of 268.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731ECE is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 30 206 -
CMYK 0.44 0.85 0 0.19
HSL 268.98º 0.75% 0.46% -
HSV(B) 268.98º 0.85% 0.81% -
XYZ 18.68 9.03 59.15 -
YUV 75.48 201.66 156.19 -
System Red Green Blue C M Y K H S L
Decimal 115 30 206 0.44 0.85 0 0.19 268.98 0.75 0.46
Hex 73 1E CE 2C 55 0 13 10D 4B 2E
Octal 163 36 316 54 125 0 23 415 113 56
Binary 1110011 11110 11001110 101100 1010101 0 10011 100001101 1001011 101110

Color Harmonies of #731ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ECE

Black with #731ECE

Text Example


Text Example

White with #731ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731ECE; }

 p { color: rgb(115,30,206); }

 H1.HeaderClassName
 {
   color: #731ECE;
 }
 .AnyTagClassName
 {
   color: #731ECE;
 }
</style>

background-color css

<style>
 a { background-color: #731ECE; }

 a { background-color: rgb(115,30,206); }

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

border-color css

<style>
 span { border-color: #731ECE; }

 span { border-color: rgb(115,30,206); }

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