Html Css Color HEX #731BCD Purple Heart

📋 copy color: '#731BCD'

red 115 ◦ green 27 ◦ blue 205

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

Shades of Purple Heart #731BCD

Tints of Purple Heart #731BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 33.14%
G = 7.78%
B = 59.08%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#731BCD (or 0x731BCD) is known color: Purple Heart. HEX triplet: 73, 1B and CD. RGB value is (115,27,205). Sum of RGB (Red+Green+Blue) = 115+27+205=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #731BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BCD is #8CE432. Grayscale: #484848. Windows color (decimal): -9233459 or 13441907. OLE color: 13441907.

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

Color convert

RGB 115 27 205 -
CMYK 0.44 0.87 0 0.20
HSL 269.66º 0.77% 0.45% -
HSV(B) 269.66º 0.87% 0.8% -
XYZ 18.48 8.84 58.49 -
YUV 73.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 115 27 205 0.44 0.87 0 0.20 269.66 0.77 0.45
Hex 73 1B CD 2C 57 0 14 10E 4D 2D
Octal 163 33 315 54 127 0 24 416 115 55
Binary 1110011 11011 11001101 101100 1010111 0 10100 100001110 1001101 101101

Color Harmonies of #731BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BCD

Black with #731BCD

Text Example


Text Example

White with #731BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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