Html Css Color HEX #7311CF Purple Heart

📋 copy color: '#7311CF'

red 115 ◦ green 17 ◦ blue 207

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

Shades of Purple Heart #7311CF

Tints of Purple Heart #7311CF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

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

R = 33.92%
G = 5.01%
B = 61.06%

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

#7311CF (or 0x7311CF) is known color: Purple Heart. HEX triplet: 73, 11 and CF. RGB value is (115,17,207). Sum of RGB (Red+Green+Blue) = 115+17+207=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #7311CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7311CF is #8CEE30. Grayscale: #434343. Windows color (decimal): -9236017 or 13570419. OLE color: 13570419.

HSL color Cylindrical-coordinate representation of color #7311CF: hue angle of 270.95º degrees, saturation: 0.85, 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 #7311CF is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 17 207 -
CMYK 0.44 0.92 0 0.19
HSL 270.95º 0.85% 0.44% -
HSV(B) 270.95º 0.92% 0.81% -
XYZ 18.53 8.55 59.71 -
YUV 67.96 206.47 161.55 -
System Red Green Blue C M Y K H S L
Decimal 115 17 207 0.44 0.92 0 0.19 270.95 0.85 0.44
Hex 73 11 CF 2C 5C 0 13 10F 55 2C
Octal 163 21 317 54 134 0 23 417 125 54
Binary 1110011 10001 11001111 101100 1011100 0 10011 100001111 1010101 101100

Color Harmonies of #7311CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7311CF

Black with #7311CF

Text Example


Text Example

White with #7311CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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