Html Css Color HEX #702AD8 Purple Heart

📋 copy color: '#702AD8'

red 112 ◦ green 42 ◦ blue 216

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

Shades of Purple Heart #702AD8

Tints of Purple Heart #702AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 58.38%

R = 30.27%
G = 11.35%
B = 58.38%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#702AD8 (or 0x702AD8) is known color: Purple Heart. HEX triplet: 70, 2A and D8. RGB value is (112,42,216). Sum of RGB (Red+Green+Blue) = 112+42+216=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 216 (84.77% from 255 or 58.38% from 370); Max value from RGB is 216 - color contains mainly: blue. Hex color #702AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702AD8 is #8FD527. Grayscale: #525252. Windows color (decimal): -9426216 or 14166640. OLE color: 14166640.

HSL color Cylindrical-coordinate representation of color #702AD8: hue angle of 264.14º degrees, saturation: 0.69, 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 #702AD8 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 42 216 -
CMYK 0.48 0.81 0 0.15
HSL 264.14º 0.69% 0.51% -
HSV(B) 264.14º 0.81% 0.85% -
XYZ 19.9 10.06 65.86 -
YUV 82.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 112 42 216 0.48 0.81 0 0.15 264.14 0.69 0.51
Hex 70 2A D8 30 51 0 F 108 45 33
Octal 160 52 330 60 121 0 17 410 105 63
Binary 1110000 101010 11011000 110000 1010001 0 1111 100001000 1000101 110011

Color Harmonies of #702AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702AD8

Black with #702AD8

Text Example


Text Example

White with #702AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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