Html Css Color HEX #7008BA Purple Heart

📋 copy color: '#7008BA'

red 112 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #7008BA

Tints of Purple Heart #7008BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 36.6%
G = 2.61%
B = 60.78%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7008BA (or 0x7008BA) is known color: Purple Heart. HEX triplet: 70, 08 and BA. RGB value is (112,8,186). Sum of RGB (Red+Green+Blue) = 112+8+186=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #7008BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7008BA is #8FF745. Grayscale: #3A3A3A. Windows color (decimal): -9434950 or 12191856. OLE color: 12191856.

HSL color Cylindrical-coordinate representation of color #7008BA: hue angle of 275.06º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7008BA is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 8 186 -
CMYK 0.40 0.96 0 0.27
HSL 275.06º 0.92% 0.38% -
HSV(B) 275.06º 0.96% 0.73% -
XYZ 15.63 7.16 47.01 -
YUV 59.39 199.46 165.53 -
System Red Green Blue C M Y K H S L
Decimal 112 8 186 0.40 0.96 0 0.27 275.06 0.92 0.38
Hex 70 8 BA 28 60 0 1B 113 5C 26
Octal 160 10 272 50 140 0 33 423 134 46
Binary 1110000 1000 10111010 101000 1100000 0 11011 100010011 1011100 100110

Color Harmonies of #7008BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7008BA

Black with #7008BA

Text Example


Text Example

White with #7008BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7008BA; }

 p { color: rgb(112,8,186); }

 H1.HeaderClassName
 {
   color: #7008BA;
 }
 .AnyTagClassName
 {
   color: #7008BA;
 }
</style>

background-color css

<style>
 a { background-color: #7008BA; }

 a { background-color: rgb(112,8,186); }

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

border-color css

<style>
 span { border-color: #7008BA; }

 span { border-color: rgb(112,8,186); }

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