Html Css Color HEX #731FCA Purple Heart

📋 copy color: '#731FCA'

red 115 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #731FCA

Tints of Purple Heart #731FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.05%

R = 33.05%
G = 8.91%
B = 58.05%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#731FCA (or 0x731FCA) is known color: Purple Heart. HEX triplet: 73, 1F and CA. RGB value is (115,31,202). Sum of RGB (Red+Green+Blue) = 115+31+202=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #731FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FCA is #8CE035. Grayscale: #4B4B4B. Windows color (decimal): -9232438 or 13246323. OLE color: 13246323.

HSL color Cylindrical-coordinate representation of color #731FCA: hue angle of 269.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731FCA is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 31 202 -
CMYK 0.43 0.85 0 0.21
HSL 269.47º 0.73% 0.46% -
HSV(B) 269.47º 0.85% 0.79% -
XYZ 18.22 8.89 56.63 -
YUV 75.61 199.33 156.1 -
System Red Green Blue C M Y K H S L
Decimal 115 31 202 0.43 0.85 0 0.21 269.47 0.73 0.46
Hex 73 1F CA 2B 55 0 15 10D 49 2E
Octal 163 37 312 53 125 0 25 415 111 56
Binary 1110011 11111 11001010 101011 1010101 0 10101 100001101 1001001 101110

Color Harmonies of #731FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FCA

Black with #731FCA

Text Example


Text Example

White with #731FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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