Html Css Color HEX #731BCF Purple Heart

📋 copy color: '#731BCF'

red 115 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #731BCF

Tints of Purple Heart #731BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.74%

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

R = 32.95%
G = 7.74%
B = 59.31%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#731BCF (or 0x731BCF) is known color: Purple Heart. HEX triplet: 73, 1B and CF. RGB value is (115,27,207). Sum of RGB (Red+Green+Blue) = 115+27+207=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #731BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BCF is #8CE430. Grayscale: #494949. Windows color (decimal): -9233457 or 13572979. OLE color: 13572979.

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

Color convert

RGB 115 27 207 -
CMYK 0.44 0.87 0 0.19
HSL 269.33º 0.77% 0.46% -
HSV(B) 269.33º 0.87% 0.81% -
XYZ 18.72 8.93 59.77 -
YUV 73.83 203.15 157.36 -
System Red Green Blue C M Y K H S L
Decimal 115 27 207 0.44 0.87 0 0.19 269.33 0.77 0.46
Hex 73 1B CF 2C 57 0 13 10D 4D 2E
Octal 163 33 317 54 127 0 23 415 115 56
Binary 1110011 11011 11001111 101100 1010111 0 10011 100001101 1001101 101110

Color Harmonies of #731BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BCF

Black with #731BCF

Text Example


Text Example

White with #731BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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