Html Css Color HEX #702DB6 Purple Heart

📋 copy color: '#702DB6'

red 112 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #702DB6

Tints of Purple Heart #702DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

 BLUE value IS 182 (71.48% from 255) = 53.69%

R = 33.04%
G = 13.27%
B = 53.69%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#702DB6 (or 0x702DB6) is known color: Purple Heart. HEX triplet: 70, 2D and B6. RGB value is (112,45,182). Sum of RGB (Red+Green+Blue) = 112+45+182=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #702DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DB6 is #8FD249. Grayscale: #505050. Windows color (decimal): -9425482 or 11939184. OLE color: 11939184.

HSL color Cylindrical-coordinate representation of color #702DB6: hue angle of 269.34º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702DB6 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 45 182 -
CMYK 0.38 0.75 0 0.29
HSL 269.34º 0.6% 0.45% -
HSV(B) 269.34º 0.75% 0.71% -
XYZ 16.06 8.7 45.09 -
YUV 80.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 112 45 182 0.38 0.75 0 0.29 269.34 0.6 0.45
Hex 70 2D B6 26 4B 0 1D 10D 3C 2D
Octal 160 55 266 46 113 0 35 415 74 55
Binary 1110000 101101 10110110 100110 1001011 0 11101 100001101 111100 101101

Color Harmonies of #702DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DB6

Black with #702DB6

Text Example


Text Example

White with #702DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,45,182); }

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

background-color css

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

 a { background-color: rgb(112,45,182); }

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

border-color css

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

 span { border-color: rgb(112,45,182); }

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