Html Css Color HEX #702CD0 Purple Heart

📋 copy color: '#702CD0'

red 112 ◦ green 44 ◦ blue 208

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

Shades of Purple Heart #702CD0

Tints of Purple Heart #702CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.14%

R = 30.77%
G = 12.09%
B = 57.14%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#702CD0 (or 0x702CD0) is known color: Purple Heart. HEX triplet: 70, 2C and D0. RGB value is (112,44,208). Sum of RGB (Red+Green+Blue) = 112+44+208=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #702CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CD0 is #8FD32F. Grayscale: #525252. Windows color (decimal): -9425712 or 13642864. OLE color: 13642864.

HSL color Cylindrical-coordinate representation of color #702CD0: hue angle of 264.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702CD0 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 44 208 -
CMYK 0.46 0.79 0 0.18
HSL 264.88º 0.65% 0.49% -
HSV(B) 264.88º 0.79% 0.82% -
XYZ 18.97 9.8 60.57 -
YUV 83.03 198.53 148.66 -
System Red Green Blue C M Y K H S L
Decimal 112 44 208 0.46 0.79 0 0.18 264.88 0.65 0.49
Hex 70 2C D0 2E 4F 0 12 109 41 31
Octal 160 54 320 56 117 0 22 411 101 61
Binary 1110000 101100 11010000 101110 1001111 0 10010 100001001 1000001 110001

Color Harmonies of #702CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CD0

Black with #702CD0

Text Example


Text Example

White with #702CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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