Html Css Color HEX #7312CA Purple Heart

📋 copy color: '#7312CA'

red 115 ◦ green 18 ◦ blue 202

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

Shades of Purple Heart #7312CA

Tints of Purple Heart #7312CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

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

R = 34.33%
G = 5.37%
B = 60.3%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7312CA (or 0x7312CA) is known color: Purple Heart. HEX triplet: 73, 12 and CA. RGB value is (115,18,202). Sum of RGB (Red+Green+Blue) = 115+18+202=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #7312CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7312CA is #8CED35. Grayscale: #434343. Windows color (decimal): -9235766 or 13242995. OLE color: 13242995.

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

Color convert

RGB 115 18 202 -
CMYK 0.43 0.91 0 0.21
HSL 271.63º 0.84% 0.43% -
HSV(B) 271.63º 0.91% 0.79% -
XYZ 17.95 8.34 56.54 -
YUV 67.98 203.64 161.54 -
System Red Green Blue C M Y K H S L
Decimal 115 18 202 0.43 0.91 0 0.21 271.63 0.84 0.43
Hex 73 12 CA 2B 5B 0 15 110 54 2B
Octal 163 22 312 53 133 0 25 420 124 53
Binary 1110011 10010 11001010 101011 1011011 0 10101 100010000 1010100 101011

Color Harmonies of #7312CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7312CA

Black with #7312CA

Text Example


Text Example

White with #7312CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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