Html Css Color HEX #702ADA Purple Heart

📋 copy color: '#702ADA'

red 112 ◦ green 42 ◦ blue 218

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

Shades of Purple Heart #702ADA

Tints of Purple Heart #702ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 30.11%
G = 11.29%
B = 58.6%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#702ADA (or 0x702ADA) is known color: Purple Heart. HEX triplet: 70, 2A and DA. RGB value is (112,42,218). Sum of RGB (Red+Green+Blue) = 112+42+218=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #702ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ADA is #8FD525. Grayscale: #525252. Windows color (decimal): -9426214 or 14297712. OLE color: 14297712.

HSL color Cylindrical-coordinate representation of color #702ADA: hue angle of 263.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702ADA is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 42 218 -
CMYK 0.49 0.81 0 0.15
HSL 263.86º 0.7% 0.51% -
HSV(B) 263.86º 0.81% 0.85% -
XYZ 20.16 10.16 67.23 -
YUV 82.99 204.19 148.69 -
System Red Green Blue C M Y K H S L
Decimal 112 42 218 0.49 0.81 0 0.15 263.86 0.7 0.51
Hex 70 2A DA 31 51 0 F 108 46 33
Octal 160 52 332 61 121 0 17 410 106 63
Binary 1110000 101010 11011010 110001 1010001 0 1111 100001000 1000110 110011

Color Harmonies of #702ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ADA

Black with #702ADA

Text Example


Text Example

White with #702ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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