Html Css Color HEX #731FCF Purple Heart

📋 copy color: '#731FCF'

red 115 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #731FCF

Tints of Purple Heart #731FCF

RGB

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

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

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

R = 32.58%
G = 8.78%
B = 58.64%

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

#731FCF (or 0x731FCF) is known color: Purple Heart. HEX triplet: 73, 1F and CF. RGB value is (115,31,207). Sum of RGB (Red+Green+Blue) = 115+31+207=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #731FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FCF is #8CE030. Grayscale: #4B4B4B. Windows color (decimal): -9232433 or 13574003. OLE color: 13574003.

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

Color convert

RGB 115 31 207 -
CMYK 0.44 0.85 0 0.19
HSL 268.64º 0.74% 0.47% -
HSV(B) 268.64º 0.85% 0.81% -
XYZ 18.82 9.13 59.8 -
YUV 76.18 201.83 155.69 -
System Red Green Blue C M Y K H S L
Decimal 115 31 207 0.44 0.85 0 0.19 268.64 0.74 0.47
Hex 73 1F CF 2C 55 0 13 10D 4A 2F
Octal 163 37 317 54 125 0 23 415 112 57
Binary 1110011 11111 11001111 101100 1010101 0 10011 100001101 1001010 101111

Color Harmonies of #731FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FCF

Black with #731FCF

Text Example


Text Example

White with #731FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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