Html Css Color HEX #703DCC Purple Heart

📋 copy color: '#703DCC'

red 112 ◦ green 61 ◦ blue 204

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

Shades of Purple Heart #703DCC

Tints of Purple Heart #703DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 29.71%
G = 16.18%
B = 54.11%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#703DCC (or 0x703DCC) is known color: Purple Heart. HEX triplet: 70, 3D and CC. RGB value is (112,61,204). Sum of RGB (Red+Green+Blue) = 112+61+204=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #703DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DCC is #8FC233. Grayscale: #5C5C5C. Windows color (decimal): -9421364 or 13385072. OLE color: 13385072.

HSL color Cylindrical-coordinate representation of color #703DCC: hue angle of 261.4º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703DCC is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 61 204 -
CMYK 0.45 0.70 0 0.2
HSL 261.4º 0.58% 0.52% -
HSV(B) 261.4º 0.7% 0.8% -
XYZ 19.25 11.14 58.26 -
YUV 92.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 112 61 204 0.45 0.70 0 0.2 261.4 0.58 0.52
Hex 70 3D CC 2D 46 0 14 105 3A 34
Octal 160 75 314 55 106 0 24 405 72 64
Binary 1110000 111101 11001100 101101 1000110 0 10100 100000101 111010 110100

Color Harmonies of #703DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DCC

Black with #703DCC

Text Example


Text Example

White with #703DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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