Html Css Color HEX #7613BF Purple Heart

📋 copy color: '#7613BF'

red 118 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #7613BF

Tints of Purple Heart #7613BF

RGB

 RED value IS 118 (46.48% from 255) = 35.98%

 GREEN value IS 19 (7.81% from 255) = 5.79%

 BLUE value IS 191 (75% from 255) = 58.23%

R = 35.98%
G = 5.79%
B = 58.23%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7613BF (or 0x7613BF) is known color: Purple Heart. HEX triplet: 76, 13 and BF. RGB value is (118,19,191). Sum of RGB (Red+Green+Blue) = 118+19+191=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #7613BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7613BF is #89EC40. Grayscale: #434343. Windows color (decimal): -9038913 or 12522358. OLE color: 12522358.

HSL color Cylindrical-coordinate representation of color #7613BF: hue angle of 274.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7613BF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 19 191 -
CMYK 0.38 0.90 0 0.25
HSL 274.53º 0.82% 0.41% -
HSV(B) 274.53º 0.9% 0.75% -
XYZ 17.11 8.08 49.95 -
YUV 68.21 197.3 163.51 -
System Red Green Blue C M Y K H S L
Decimal 118 19 191 0.38 0.90 0 0.25 274.53 0.82 0.41
Hex 76 13 BF 26 5A 0 19 113 52 29
Octal 166 23 277 46 132 0 31 423 122 51
Binary 1110110 10011 10111111 100110 1011010 0 11001 100010011 1010010 101001

Color Harmonies of #7613BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7613BF

Black with #7613BF

Text Example


Text Example

White with #7613BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7613BF; }

 p { color: rgb(118,19,191); }

 H1.HeaderClassName
 {
   color: #7613BF;
 }
 .AnyTagClassName
 {
   color: #7613BF;
 }
</style>

background-color css

<style>
 a { background-color: #7613BF; }

 a { background-color: rgb(118,19,191); }

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

border-color css

<style>
 span { border-color: #7613BF; }

 span { border-color: rgb(118,19,191); }

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