Html Css Color HEX #731CCF Purple Heart

📋 copy color: '#731CCF'

red 115 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #731CCF

Tints of Purple Heart #731CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

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

R = 32.86%
G = 8%
B = 59.14%

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

#731CCF (or 0x731CCF) is known color: Purple Heart. HEX triplet: 73, 1C and CF. RGB value is (115,28,207). Sum of RGB (Red+Green+Blue) = 115+28+207=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #731CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CCF is #8CE330. Grayscale: #494949. Windows color (decimal): -9233201 or 13573235. OLE color: 13573235.

HSL color Cylindrical-coordinate representation of color #731CCF: hue angle of 269.16º degrees, saturation: 0.76, 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 #731CCF is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 28 207 -
CMYK 0.44 0.86 0 0.19
HSL 269.16º 0.76% 0.46% -
HSV(B) 269.16º 0.86% 0.81% -
XYZ 18.75 8.98 59.78 -
YUV 74.42 202.82 156.95 -
System Red Green Blue C M Y K H S L
Decimal 115 28 207 0.44 0.86 0 0.19 269.16 0.76 0.46
Hex 73 1C CF 2C 56 0 13 10D 4C 2E
Octal 163 34 317 54 126 0 23 415 114 56
Binary 1110011 11100 11001111 101100 1010110 0 10011 100001101 1001100 101110

Color Harmonies of #731CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CCF

Black with #731CCF

Text Example


Text Example

White with #731CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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