Html Css Color HEX #7318C0 Purple Heart

📋 copy color: '#7318C0'

red 115 ◦ green 24 ◦ blue 192

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

Shades of Purple Heart #7318C0

Tints of Purple Heart #7318C0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

 BLUE value IS 192 (75.39% from 255) = 58.01%

R = 34.74%
G = 7.25%
B = 58.01%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7318C0 (or 0x7318C0) is known color: Purple Heart. HEX triplet: 73, 18 and C0. RGB value is (115,24,192). Sum of RGB (Red+Green+Blue) = 115+24+192=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #7318C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318C0 is #8CE73F. Grayscale: #454545. Windows color (decimal): -9234240 or 12589171. OLE color: 12589171.

HSL color Cylindrical-coordinate representation of color #7318C0: hue angle of 272.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7318C0 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 24 192 -
CMYK 0.40 0.88 0 0.25
HSL 272.5º 0.78% 0.42% -
HSV(B) 272.5º 0.88% 0.75% -
XYZ 16.91 8.1 50.54 -
YUV 70.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 115 24 192 0.40 0.88 0 0.25 272.5 0.78 0.42
Hex 73 18 C0 28 58 0 19 110 4E 2A
Octal 163 30 300 50 130 0 31 420 116 52
Binary 1110011 11000 11000000 101000 1011000 0 11001 100010000 1001110 101010

Color Harmonies of #7318C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7318C0

Black with #7318C0

Text Example


Text Example

White with #7318C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7318C0; }

 p { color: rgb(115,24,192); }

 H1.HeaderClassName
 {
   color: #7318C0;
 }
 .AnyTagClassName
 {
   color: #7318C0;
 }
</style>

background-color css

<style>
 a { background-color: #7318C0; }

 a { background-color: rgb(115,24,192); }

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

border-color css

<style>
 span { border-color: #7318C0; }

 span { border-color: rgb(115,24,192); }

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