Html Css Color HEX #702BD0 Purple Heart

📋 copy color: '#702BD0'

red 112 ◦ green 43 ◦ blue 208

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

Shades of Purple Heart #702BD0

Tints of Purple Heart #702BD0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

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

R = 30.85%
G = 11.85%
B = 57.3%

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

#702BD0 (or 0x702BD0) is known color: Purple Heart. HEX triplet: 70, 2B and D0. RGB value is (112,43,208). Sum of RGB (Red+Green+Blue) = 112+43+208=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #702BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BD0 is #8FD42F. Grayscale: #515151. Windows color (decimal): -9425968 or 13642608. OLE color: 13642608.

HSL color Cylindrical-coordinate representation of color #702BD0: hue angle of 265.09º degrees, saturation: 0.66, 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 #702BD0 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 43 208 -
CMYK 0.46 0.79 0 0.18
HSL 265.09º 0.66% 0.49% -
HSV(B) 265.09º 0.79% 0.82% -
XYZ 18.93 9.73 60.55 -
YUV 82.44 198.86 149.08 -
System Red Green Blue C M Y K H S L
Decimal 112 43 208 0.46 0.79 0 0.18 265.09 0.66 0.49
Hex 70 2B D0 2E 4F 0 12 109 42 31
Octal 160 53 320 56 117 0 22 411 102 61
Binary 1110000 101011 11010000 101110 1001111 0 10010 100001001 1000010 110001

Color Harmonies of #702BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BD0

Black with #702BD0

Text Example


Text Example

White with #702BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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