Html Css Color HEX #7021BA Purple Heart

📋 copy color: '#7021BA'

red 112 ◦ green 33 ◦ blue 186

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

Shades of Purple Heart #7021BA

Tints of Purple Heart #7021BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 33.84%
G = 9.97%
B = 56.19%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7021BA (or 0x7021BA) is known color: Purple Heart. HEX triplet: 70, 21 and BA. RGB value is (112,33,186). Sum of RGB (Red+Green+Blue) = 112+33+186=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #7021BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7021BA is #8FDE45. Grayscale: #494949. Windows color (decimal): -9428550 or 12198256. OLE color: 12198256.

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

Color convert

RGB 112 33 186 -
CMYK 0.40 0.82 0 0.27
HSL 270.98º 0.7% 0.43% -
HSV(B) 270.98º 0.82% 0.73% -
XYZ 16.09 8.08 47.17 -
YUV 74.06 191.17 155.06 -
System Red Green Blue C M Y K H S L
Decimal 112 33 186 0.40 0.82 0 0.27 270.98 0.7 0.43
Hex 70 21 BA 28 52 0 1B 10F 46 2B
Octal 160 41 272 50 122 0 33 417 106 53
Binary 1110000 100001 10111010 101000 1010010 0 11011 100001111 1000110 101011

Color Harmonies of #7021BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7021BA

Black with #7021BA

Text Example


Text Example

White with #7021BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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