Html Css Color HEX #703DDA Purple Heart

📋 copy color: '#703DDA'

red 112 ◦ green 61 ◦ blue 218

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

Shades of Purple Heart #703DDA

Tints of Purple Heart #703DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 28.64%
G = 15.6%
B = 55.75%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#703DDA (or 0x703DDA) is known color: Purple Heart. HEX triplet: 70, 3D and DA. RGB value is (112,61,218). Sum of RGB (Red+Green+Blue) = 112+61+218=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #703DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DDA is #8FC225. Grayscale: #5D5D5D. Windows color (decimal): -9421350 or 14302576. OLE color: 14302576.

HSL color Cylindrical-coordinate representation of color #703DDA: hue angle of 259.49º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703DDA is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 61 218 -
CMYK 0.49 0.72 0 0.15
HSL 259.49º 0.68% 0.55% -
HSV(B) 259.49º 0.72% 0.85% -
XYZ 21.01 11.84 67.51 -
YUV 94.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 112 61 218 0.49 0.72 0 0.15 259.49 0.68 0.55
Hex 70 3D DA 31 48 0 F 103 44 37
Octal 160 75 332 61 110 0 17 403 104 67
Binary 1110000 111101 11011010 110001 1001000 0 1111 100000011 1000100 110111

Color Harmonies of #703DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DDA

Black with #703DDA

Text Example


Text Example

White with #703DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703DDA; }

 p { color: rgb(112,61,218); }

 H1.HeaderClassName
 {
   color: #703DDA;
 }
 .AnyTagClassName
 {
   color: #703DDA;
 }
</style>

background-color css

<style>
 a { background-color: #703DDA; }

 a { background-color: rgb(112,61,218); }

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

border-color css

<style>
 span { border-color: #703DDA; }

 span { border-color: rgb(112,61,218); }

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