Html Css Color HEX #731CCA Purple Heart

📋 copy color: '#731CCA'

red 115 ◦ green 28 ◦ blue 202

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

Shades of Purple Heart #731CCA

Tints of Purple Heart #731CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

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

R = 33.33%
G = 8.12%
B = 58.55%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#731CCA (or 0x731CCA) is known color: Purple Heart. HEX triplet: 73, 1C and CA. RGB value is (115,28,202). Sum of RGB (Red+Green+Blue) = 115+28+202=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #731CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CCA is #8CE335. Grayscale: #494949. Windows color (decimal): -9233206 or 13245555. OLE color: 13245555.

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

Color convert

RGB 115 28 202 -
CMYK 0.43 0.86 0 0.21
HSL 270º 0.76% 0.45% -
HSV(B) 270º 0.86% 0.79% -
XYZ 18.15 8.74 56.61 -
YUV 73.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 115 28 202 0.43 0.86 0 0.21 270 0.76 0.45
Hex 73 1C CA 2B 56 0 15 10E 4C 2D
Octal 163 34 312 53 126 0 25 416 114 55
Binary 1110011 11100 11001010 101011 1010110 0 10101 100001110 1001100 101101

Color Harmonies of #731CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CCA

Black with #731CCA

Text Example


Text Example

White with #731CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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