Html Css Color HEX #702DD5 Purple Heart

📋 copy color: '#702DD5'

red 112 ◦ green 45 ◦ blue 213

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

Shades of Purple Heart #702DD5

Tints of Purple Heart #702DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.57%

R = 30.27%
G = 12.16%
B = 57.57%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#702DD5 (or 0x702DD5) is known color: Purple Heart. HEX triplet: 70, 2D and D5. RGB value is (112,45,213). Sum of RGB (Red+Green+Blue) = 112+45+213=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #702DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DD5 is #8FD22A. Grayscale: #535353. Windows color (decimal): -9425451 or 13970800. OLE color: 13970800.

HSL color Cylindrical-coordinate representation of color #702DD5: hue angle of 263.93º 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 #702DD5 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 45 213 -
CMYK 0.47 0.79 0 0.16
HSL 263.93º 0.67% 0.51% -
HSV(B) 263.93º 0.79% 0.84% -
XYZ 19.63 10.13 63.87 -
YUV 84.19 200.7 147.84 -
System Red Green Blue C M Y K H S L
Decimal 112 45 213 0.47 0.79 0 0.16 263.93 0.67 0.51
Hex 70 2D D5 2F 4F 0 10 108 43 33
Octal 160 55 325 57 117 0 20 410 103 63
Binary 1110000 101101 11010101 101111 1001111 0 10000 100001000 1000011 110011

Color Harmonies of #702DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DD5

Black with #702DD5

Text Example


Text Example

White with #702DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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