Html Css Color HEX #7314CA Purple Heart

📋 copy color: '#7314CA'

red 115 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #7314CA

Tints of Purple Heart #7314CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

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

R = 34.12%
G = 5.93%
B = 59.94%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7314CA (or 0x7314CA) is known color: Purple Heart. HEX triplet: 73, 14 and CA. RGB value is (115,20,202). Sum of RGB (Red+Green+Blue) = 115+20+202=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #7314CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314CA is #8CEB35. Grayscale: #444444. Windows color (decimal): -9235254 or 13243507. OLE color: 13243507.

HSL color Cylindrical-coordinate representation of color #7314CA: hue angle of 271.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7314CA is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 20 202 -
CMYK 0.43 0.90 0 0.21
HSL 271.32º 0.82% 0.44% -
HSV(B) 271.32º 0.9% 0.79% -
XYZ 17.98 8.41 56.55 -
YUV 69.15 202.97 160.7 -
System Red Green Blue C M Y K H S L
Decimal 115 20 202 0.43 0.90 0 0.21 271.32 0.82 0.44
Hex 73 14 CA 2B 5A 0 15 10F 52 2C
Octal 163 24 312 53 132 0 25 417 122 54
Binary 1110011 10100 11001010 101011 1011010 0 10101 100001111 1010010 101100

Color Harmonies of #7314CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7314CA

Black with #7314CA

Text Example


Text Example

White with #7314CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7314CA; }

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

 H1.HeaderClassName
 {
   color: #7314CA;
 }
 .AnyTagClassName
 {
   color: #7314CA;
 }
</style>

background-color css

<style>
 a { background-color: #7314CA; }

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

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

border-color css

<style>
 span { border-color: #7314CA; }

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

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