Html Css Color HEX #7030BC Purple Heart

📋 copy color: '#7030BC'

red 112 ◦ green 48 ◦ blue 188

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

Shades of Purple Heart #7030BC

Tints of Purple Heart #7030BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 32.18%
G = 13.79%
B = 54.02%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7030BC (or 0x7030BC) is known color: Purple Heart. HEX triplet: 70, 30 and BC. RGB value is (112,48,188). Sum of RGB (Red+Green+Blue) = 112+48+188=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #7030BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7030BC is #8FCF43. Grayscale: #525252. Windows color (decimal): -9424708 or 12333168. OLE color: 12333168.

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

Color convert

RGB 112 48 188 -
CMYK 0.40 0.74 0 0.26
HSL 267.43º 0.59% 0.46% -
HSV(B) 267.43º 0.74% 0.74% -
XYZ 16.82 9.19 48.46 -
YUV 83.1 187.2 148.62 -
System Red Green Blue C M Y K H S L
Decimal 112 48 188 0.40 0.74 0 0.26 267.43 0.59 0.46
Hex 70 30 BC 28 4A 0 1A 10B 3B 2E
Octal 160 60 274 50 112 0 32 413 73 56
Binary 1110000 110000 10111100 101000 1001010 0 11010 100001011 111011 101110

Color Harmonies of #7030BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7030BC

Black with #7030BC

Text Example


Text Example

White with #7030BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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