Html Css Color HEX #7007BF Purple Heart

📋 copy color: '#7007BF'

red 112 ◦ green 7 ◦ blue 191

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

Shades of Purple Heart #7007BF

Tints of Purple Heart #7007BF

RGB

 RED value IS 112 (44.14% from 255) = 36.13%

 GREEN value IS 7 (3.13% from 255) = 2.26%

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

R = 36.13%
G = 2.26%
B = 61.61%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7007BF (or 0x7007BF) is known color: Purple Heart. HEX triplet: 70, 07 and BF. RGB value is (112,7,191). Sum of RGB (Red+Green+Blue) = 112+7+191=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #7007BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7007BF is #8FF840. Grayscale: #3A3A3A. Windows color (decimal): -9435201 or 12519280. OLE color: 12519280.

HSL color Cylindrical-coordinate representation of color #7007BF: hue angle of 274.24º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7007BF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 7 191 -
CMYK 0.41 0.96 0 0.25
HSL 274.24º 0.93% 0.39% -
HSV(B) 274.24º 0.96% 0.75% -
XYZ 16.16 7.36 49.86 -
YUV 59.37 202.29 165.54 -
System Red Green Blue C M Y K H S L
Decimal 112 7 191 0.41 0.96 0 0.25 274.24 0.93 0.39
Hex 70 7 BF 29 60 0 19 112 5D 27
Octal 160 7 277 51 140 0 31 422 135 47
Binary 1110000 111 10111111 101001 1100000 0 11001 100010010 1011101 100111

Color Harmonies of #7007BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7007BF

Black with #7007BF

Text Example


Text Example

White with #7007BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,7,191); }

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

background-color css

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

 a { background-color: rgb(112,7,191); }

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

border-color css

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

 span { border-color: rgb(112,7,191); }

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