Html Css Color HEX #7030BB Purple Heart

📋 copy color: '#7030BB'

red 112 ◦ green 48 ◦ blue 187

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

Shades of Purple Heart #7030BB

Tints of Purple Heart #7030BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 32.28%
G = 13.83%
B = 53.89%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7030BB (or 0x7030BB) is known color: Purple Heart. HEX triplet: 70, 30 and BB. RGB value is (112,48,187). Sum of RGB (Red+Green+Blue) = 112+48+187=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #7030BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7030BB is #8FCF44. Grayscale: #525252. Windows color (decimal): -9424709 or 12267632. OLE color: 12267632.

HSL color Cylindrical-coordinate representation of color #7030BB: hue angle of 267.63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7030BB is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 48 187 -
CMYK 0.40 0.74 0 0.27
HSL 267.63º 0.59% 0.46% -
HSV(B) 267.63º 0.74% 0.73% -
XYZ 16.71 9.15 47.9 -
YUV 82.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 112 48 187 0.40 0.74 0 0.27 267.63 0.59 0.46
Hex 70 30 BB 28 4A 0 1B 10C 3B 2E
Octal 160 60 273 50 112 0 33 414 73 56
Binary 1110000 110000 10111011 101000 1001010 0 11011 100001100 111011 101110

Color Harmonies of #7030BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7030BB

Black with #7030BB

Text Example


Text Example

White with #7030BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7030BB; }

 p { color: rgb(112,48,187); }

 H1.HeaderClassName
 {
   color: #7030BB;
 }
 .AnyTagClassName
 {
   color: #7030BB;
 }
</style>

background-color css

<style>
 a { background-color: #7030BB; }

 a { background-color: rgb(112,48,187); }

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

border-color css

<style>
 span { border-color: #7030BB; }

 span { border-color: rgb(112,48,187); }

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