Html Css Color HEX #731ECF Purple Heart

📋 copy color: '#731ECF'

red 115 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #731ECF

Tints of Purple Heart #731ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 32.67%
G = 8.52%
B = 58.81%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#731ECF (or 0x731ECF) is known color: Purple Heart. HEX triplet: 73, 1E and CF. RGB value is (115,30,207). Sum of RGB (Red+Green+Blue) = 115+30+207=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #731ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ECF is #8CE130. Grayscale: #4A4A4A. Windows color (decimal): -9232689 or 13573747. OLE color: 13573747.

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

Color convert

RGB 115 30 207 -
CMYK 0.44 0.86 0 0.19
HSL 268.81º 0.75% 0.46% -
HSV(B) 268.81º 0.86% 0.81% -
XYZ 18.8 9.08 59.79 -
YUV 75.59 202.16 156.11 -
System Red Green Blue C M Y K H S L
Decimal 115 30 207 0.44 0.86 0 0.19 268.81 0.75 0.46
Hex 73 1E CF 2C 56 0 13 10D 4B 2E
Octal 163 36 317 54 126 0 23 415 113 56
Binary 1110011 11110 11001111 101100 1010110 0 10011 100001101 1001011 101110

Color Harmonies of #731ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ECF

Black with #731ECF

Text Example


Text Example

White with #731ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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