Html Css Color HEX #7318CF Purple Heart

📋 copy color: '#7318CF'

red 115 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #7318CF

Tints of Purple Heart #7318CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 33.24%
G = 6.94%
B = 59.83%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7318CF (or 0x7318CF) is known color: Purple Heart. HEX triplet: 73, 18 and CF. RGB value is (115,24,207). Sum of RGB (Red+Green+Blue) = 115+24+207=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #7318CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318CF is #8CE730. Grayscale: #474747. Windows color (decimal): -9234225 or 13572211. OLE color: 13572211.

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

Color convert

RGB 115 24 207 -
CMYK 0.44 0.88 0 0.19
HSL 269.84º 0.79% 0.45% -
HSV(B) 269.84º 0.88% 0.81% -
XYZ 18.66 8.8 59.75 -
YUV 72.07 204.15 158.62 -
System Red Green Blue C M Y K H S L
Decimal 115 24 207 0.44 0.88 0 0.19 269.84 0.79 0.45
Hex 73 18 CF 2C 58 0 13 10E 4F 2D
Octal 163 30 317 54 130 0 23 416 117 55
Binary 1110011 11000 11001111 101100 1011000 0 10011 100001110 1001111 101101

Color Harmonies of #7318CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7318CF

Black with #7318CF

Text Example


Text Example

White with #7318CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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