Html Css Color HEX #731FCE Purple Heart

📋 copy color: '#731FCE'

red 115 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #731FCE

Tints of Purple Heart #731FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.81%

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

R = 32.67%
G = 8.81%
B = 58.52%

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

#731FCE (or 0x731FCE) is known color: Purple Heart. HEX triplet: 73, 1F and CE. RGB value is (115,31,206). Sum of RGB (Red+Green+Blue) = 115+31+206=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #731FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FCE is #8CE031. Grayscale: #4B4B4B. Windows color (decimal): -9232434 or 13508467. OLE color: 13508467.

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

Color convert

RGB 115 31 206 -
CMYK 0.44 0.85 0 0.19
HSL 268.8º 0.74% 0.46% -
HSV(B) 268.8º 0.85% 0.81% -
XYZ 18.7 9.08 59.16 -
YUV 76.07 201.33 155.77 -
System Red Green Blue C M Y K H S L
Decimal 115 31 206 0.44 0.85 0 0.19 268.8 0.74 0.46
Hex 73 1F CE 2C 55 0 13 10D 4A 2E
Octal 163 37 316 54 125 0 23 415 112 56
Binary 1110011 11111 11001110 101100 1010101 0 10011 100001101 1001010 101110

Color Harmonies of #731FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FCE

Black with #731FCE

Text Example


Text Example

White with #731FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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