Html Css Color HEX #7310CF Purple Heart

📋 copy color: '#7310CF'

red 115 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #7310CF

Tints of Purple Heart #7310CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

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

R = 34.02%
G = 4.73%
B = 61.24%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7310CF (or 0x7310CF) is known color: Purple Heart. HEX triplet: 73, 10 and CF. RGB value is (115,16,207). Sum of RGB (Red+Green+Blue) = 115+16+207=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #7310CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310CF is #8CEF30. Grayscale: #424242. Windows color (decimal): -9236273 or 13570163. OLE color: 13570163.

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

Color convert

RGB 115 16 207 -
CMYK 0.44 0.92 0 0.19
HSL 271.1º 0.86% 0.44% -
HSV(B) 271.1º 0.92% 0.81% -
XYZ 18.52 8.52 59.7 -
YUV 67.38 206.8 161.97 -
System Red Green Blue C M Y K H S L
Decimal 115 16 207 0.44 0.92 0 0.19 271.1 0.86 0.44
Hex 73 10 CF 2C 5C 0 13 10F 56 2C
Octal 163 20 317 54 134 0 23 417 126 54
Binary 1110011 10000 11001111 101100 1011100 0 10011 100001111 1010110 101100

Color Harmonies of #7310CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310CF

Black with #7310CF

Text Example


Text Example

White with #7310CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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