Html Css Color HEX #7030C5 Purple Heart

📋 copy color: '#7030C5'

red 112 ◦ green 48 ◦ blue 197

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

Shades of Purple Heart #7030C5

Tints of Purple Heart #7030C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.18%

R = 31.37%
G = 13.45%
B = 55.18%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7030C5 (or 0x7030C5) is known color: Purple Heart. HEX triplet: 70, 30 and C5. RGB value is (112,48,197). Sum of RGB (Red+Green+Blue) = 112+48+197=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #7030C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7030C5 is #8FCF3A. Grayscale: #535353. Windows color (decimal): -9424699 or 12922992. OLE color: 12922992.

HSL color Cylindrical-coordinate representation of color #7030C5: hue angle of 265.77º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7030C5 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 48 197 -
CMYK 0.43 0.76 0 0.23
HSL 265.77º 0.61% 0.48% -
HSV(B) 265.77º 0.76% 0.77% -
XYZ 17.82 9.59 53.74 -
YUV 84.12 191.7 147.88 -
System Red Green Blue C M Y K H S L
Decimal 112 48 197 0.43 0.76 0 0.23 265.77 0.61 0.48
Hex 70 30 C5 2B 4C 0 17 10A 3D 30
Octal 160 60 305 53 114 0 27 412 75 60
Binary 1110000 110000 11000101 101011 1001100 0 10111 100001010 111101 110000

Color Harmonies of #7030C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7030C5

Black with #7030C5

Text Example


Text Example

White with #7030C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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