Html Css Color HEX #7312CF Purple Heart

📋 copy color: '#7312CF'

red 115 ◦ green 18 ◦ blue 207

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

Shades of Purple Heart #7312CF

Tints of Purple Heart #7312CF

RGB

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

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

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

R = 33.82%
G = 5.29%
B = 60.88%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7312CF (or 0x7312CF) is known color: Purple Heart. HEX triplet: 73, 12 and CF. RGB value is (115,18,207). Sum of RGB (Red+Green+Blue) = 115+18+207=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #7312CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7312CF is #8CED30. Grayscale: #434343. Windows color (decimal): -9235761 or 13570675. OLE color: 13570675.

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

Color convert

RGB 115 18 207 -
CMYK 0.44 0.91 0 0.19
HSL 270.79º 0.84% 0.44% -
HSV(B) 270.79º 0.91% 0.81% -
XYZ 18.55 8.58 59.71 -
YUV 68.55 206.14 161.13 -
System Red Green Blue C M Y K H S L
Decimal 115 18 207 0.44 0.91 0 0.19 270.79 0.84 0.44
Hex 73 12 CF 2C 5B 0 13 10F 54 2C
Octal 163 22 317 54 133 0 23 417 124 54
Binary 1110011 10010 11001111 101100 1011011 0 10011 100001111 1010100 101100

Color Harmonies of #7312CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7312CF

Black with #7312CF

Text Example


Text Example

White with #7312CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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