Html Css Color HEX #731BCC Purple Heart

📋 copy color: '#731BCC'

red 115 ◦ green 27 ◦ blue 204

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

Shades of Purple Heart #731BCC

Tints of Purple Heart #731BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 33.24%
G = 7.8%
B = 58.96%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#731BCC (or 0x731BCC) is known color: Purple Heart. HEX triplet: 73, 1B and CC. RGB value is (115,27,204). Sum of RGB (Red+Green+Blue) = 115+27+204=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #731BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BCC is #8CE433. Grayscale: #484848. Windows color (decimal): -9233460 or 13376371. OLE color: 13376371.

HSL color Cylindrical-coordinate representation of color #731BCC: hue angle of 269.83º 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 #731BCC is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 27 204 -
CMYK 0.44 0.87 0 0.2
HSL 269.83º 0.77% 0.45% -
HSV(B) 269.83º 0.87% 0.8% -
XYZ 18.36 8.79 57.86 -
YUV 73.49 201.65 157.61 -
System Red Green Blue C M Y K H S L
Decimal 115 27 204 0.44 0.87 0 0.2 269.83 0.77 0.45
Hex 73 1B CC 2C 57 0 14 10E 4D 2D
Octal 163 33 314 54 127 0 24 416 115 55
Binary 1110011 11011 11001100 101100 1010111 0 10100 100001110 1001101 101101

Color Harmonies of #731BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BCC

Black with #731BCC

Text Example


Text Example

White with #731BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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