Html Css Color HEX #7008BD Purple Heart

📋 copy color: '#7008BD'

red 112 ◦ green 8 ◦ blue 189

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

Shades of Purple Heart #7008BD

Tints of Purple Heart #7008BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.17%

R = 36.25%
G = 2.59%
B = 61.17%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7008BD (or 0x7008BD) is known color: Purple Heart. HEX triplet: 70, 08 and BD. RGB value is (112,8,189). Sum of RGB (Red+Green+Blue) = 112+8+189=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #7008BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7008BD is #8FF742. Grayscale: #3B3B3B. Windows color (decimal): -9434947 or 12388464. OLE color: 12388464.

HSL color Cylindrical-coordinate representation of color #7008BD: hue angle of 274.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7008BD is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 8 189 -
CMYK 0.41 0.96 0 0.26
HSL 274.48º 0.92% 0.39% -
HSV(B) 274.48º 0.96% 0.74% -
XYZ 15.95 7.29 48.71 -
YUV 59.73 200.96 165.28 -
System Red Green Blue C M Y K H S L
Decimal 112 8 189 0.41 0.96 0 0.26 274.48 0.92 0.39
Hex 70 8 BD 29 60 0 1A 112 5C 27
Octal 160 10 275 51 140 0 32 422 134 47
Binary 1110000 1000 10111101 101001 1100000 0 11010 100010010 1011100 100111

Color Harmonies of #7008BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7008BD

Black with #7008BD

Text Example


Text Example

White with #7008BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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