Html Css Color HEX #702CD6 Purple Heart

📋 copy color: '#702CD6'

red 112 ◦ green 44 ◦ blue 214

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

Shades of Purple Heart #702CD6

Tints of Purple Heart #702CD6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 30.27%
G = 11.89%
B = 57.84%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#702CD6 (or 0x702CD6) is known color: Purple Heart. HEX triplet: 70, 2C and D6. RGB value is (112,44,214). Sum of RGB (Red+Green+Blue) = 112+44+214=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #702CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CD6 is #8FD329. Grayscale: #535353. Windows color (decimal): -9425706 or 14036080. OLE color: 14036080.

HSL color Cylindrical-coordinate representation of color #702CD6: hue angle of 264º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702CD6 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 44 214 -
CMYK 0.48 0.79 0 0.16
HSL 264º 0.67% 0.51% -
HSV(B) 264º 0.79% 0.84% -
XYZ 19.72 10.1 64.53 -
YUV 83.71 201.53 148.18 -
System Red Green Blue C M Y K H S L
Decimal 112 44 214 0.48 0.79 0 0.16 264 0.67 0.51
Hex 70 2C D6 30 4F 0 10 108 43 33
Octal 160 54 326 60 117 0 20 410 103 63
Binary 1110000 101100 11010110 110000 1001111 0 10000 100001000 1000011 110011

Color Harmonies of #702CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CD6

Black with #702CD6

Text Example


Text Example

White with #702CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,214); }

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

background-color css

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

 a { background-color: rgb(112,44,214); }

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

border-color css

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

 span { border-color: rgb(112,44,214); }

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