Html Css Color HEX #7312CD Purple Heart

📋 copy color: '#7312CD'

red 115 ◦ green 18 ◦ blue 205

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

Shades of Purple Heart #7312CD

Tints of Purple Heart #7312CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 34.02%
G = 5.33%
B = 60.65%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7312CD (or 0x7312CD) is known color: Purple Heart. HEX triplet: 73, 12 and CD. RGB value is (115,18,205). Sum of RGB (Red+Green+Blue) = 115+18+205=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #7312CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7312CD is #8CED32. Grayscale: #434343. Windows color (decimal): -9235763 or 13439603. OLE color: 13439603.

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

Color convert

RGB 115 18 205 -
CMYK 0.44 0.91 0 0.20
HSL 271.12º 0.84% 0.44% -
HSV(B) 271.12º 0.91% 0.8% -
XYZ 18.31 8.49 58.43 -
YUV 68.32 205.14 161.29 -
System Red Green Blue C M Y K H S L
Decimal 115 18 205 0.44 0.91 0 0.20 271.12 0.84 0.44
Hex 73 12 CD 2C 5B 0 14 10F 54 2C
Octal 163 22 315 54 133 0 24 417 124 54
Binary 1110011 10010 11001101 101100 1011011 0 10100 100001111 1010100 101100

Color Harmonies of #7312CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7312CD

Black with #7312CD

Text Example


Text Example

White with #7312CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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