Html Css Color HEX #702ABA Purple Heart

📋 copy color: '#702ABA'

red 112 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #702ABA

Tints of Purple Heart #702ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

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

R = 32.94%
G = 12.35%
B = 54.71%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#702ABA (or 0x702ABA) is known color: Purple Heart. HEX triplet: 70, 2A and BA. RGB value is (112,42,186). Sum of RGB (Red+Green+Blue) = 112+42+186=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #702ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ABA is #8FD545. Grayscale: #4E4E4E. Windows color (decimal): -9426246 or 12200560. OLE color: 12200560.

HSL color Cylindrical-coordinate representation of color #702ABA: hue angle of 269.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702ABA is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 42 186 -
CMYK 0.40 0.77 0 0.27
HSL 269.17º 0.63% 0.45% -
HSV(B) 269.17º 0.77% 0.73% -
XYZ 16.37 8.65 47.26 -
YUV 79.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 112 42 186 0.40 0.77 0 0.27 269.17 0.63 0.45
Hex 70 2A BA 28 4D 0 1B 10D 3F 2D
Octal 160 52 272 50 115 0 33 415 77 55
Binary 1110000 101010 10111010 101000 1001101 0 11011 100001101 111111 101101

Color Harmonies of #702ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ABA

Black with #702ABA

Text Example


Text Example

White with #702ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702ABA; }

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

 H1.HeaderClassName
 {
   color: #702ABA;
 }
 .AnyTagClassName
 {
   color: #702ABA;
 }
</style>

background-color css

<style>
 a { background-color: #702ABA; }

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

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

border-color css

<style>
 span { border-color: #702ABA; }

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

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