Html Css Color HEX #7318CC Purple Heart

📋 copy color: '#7318CC'

red 115 ◦ green 24 ◦ blue 204

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

Shades of Purple Heart #7318CC

Tints of Purple Heart #7318CC

RGB

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

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

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

R = 33.53%
G = 7%
B = 59.48%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7318CC (or 0x7318CC) is known color: Purple Heart. HEX triplet: 73, 18 and CC. RGB value is (115,24,204). Sum of RGB (Red+Green+Blue) = 115+24+204=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #7318CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318CC is #8CE733. Grayscale: #474747. Windows color (decimal): -9234228 or 13375603. OLE color: 13375603.

HSL color Cylindrical-coordinate representation of color #7318CC: hue angle of 270.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7318CC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 24 204 -
CMYK 0.44 0.88 0 0.2
HSL 270.33º 0.79% 0.45% -
HSV(B) 270.33º 0.88% 0.8% -
XYZ 18.3 8.66 57.83 -
YUV 71.73 202.65 158.86 -
System Red Green Blue C M Y K H S L
Decimal 115 24 204 0.44 0.88 0 0.2 270.33 0.79 0.45
Hex 73 18 CC 2C 58 0 14 10E 4F 2D
Octal 163 30 314 54 130 0 24 416 117 55
Binary 1110011 11000 11001100 101100 1011000 0 10100 100001110 1001111 101101

Color Harmonies of #7318CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7318CC

Black with #7318CC

Text Example


Text Example

White with #7318CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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