Html Css Color HEX #7007BE Purple Heart

📋 copy color: '#7007BE'

red 112 ◦ green 7 ◦ blue 190

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

Shades of Purple Heart #7007BE

Tints of Purple Heart #7007BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 36.25%
G = 2.27%
B = 61.49%

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

#7007BE (or 0x7007BE) is known color: Purple Heart. HEX triplet: 70, 07 and BE. RGB value is (112,7,190). Sum of RGB (Red+Green+Blue) = 112+7+190=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #7007BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7007BE is #8FF841. Grayscale: #3A3A3A. Windows color (decimal): -9435202 or 12453744. OLE color: 12453744.

HSL color Cylindrical-coordinate representation of color #7007BE: hue angle of 274.43º 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 #7007BE is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 7 190 -
CMYK 0.41 0.96 0 0.25
HSL 274.43º 0.93% 0.39% -
HSV(B) 274.43º 0.96% 0.75% -
XYZ 16.05 7.31 49.28 -
YUV 59.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 112 7 190 0.41 0.96 0 0.25 274.43 0.93 0.39
Hex 70 7 BE 29 60 0 19 112 5D 27
Octal 160 7 276 51 140 0 31 422 135 47
Binary 1110000 111 10111110 101001 1100000 0 11001 100010010 1011101 100111

Color Harmonies of #7007BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7007BE

Black with #7007BE

Text Example


Text Example

White with #7007BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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