Html Css Color HEX #703ECC Purple Heart

📋 copy color: '#703ECC'

red 112 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #703ECC

Tints of Purple Heart #703ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.4%

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

R = 29.63%
G = 16.4%
B = 53.97%

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

#703ECC (or 0x703ECC) is known color: Purple Heart. HEX triplet: 70, 3E and CC. RGB value is (112,62,204). Sum of RGB (Red+Green+Blue) = 112+62+204=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #703ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ECC is #8FC133. Grayscale: #5C5C5C. Windows color (decimal): -9421108 or 13385328. OLE color: 13385328.

HSL color Cylindrical-coordinate representation of color #703ECC: hue angle of 261.13º 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 #703ECC is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 62 204 -
CMYK 0.45 0.70 0 0.2
HSL 261.13º 0.58% 0.52% -
HSV(B) 261.13º 0.7% 0.8% -
XYZ 19.3 11.25 58.28 -
YUV 93.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 112 62 204 0.45 0.70 0 0.2 261.13 0.58 0.52
Hex 70 3E CC 2D 46 0 14 105 3A 34
Octal 160 76 314 55 106 0 24 405 72 64
Binary 1110000 111110 11001100 101101 1000110 0 10100 100000101 111010 110100

Color Harmonies of #703ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703ECC

Black with #703ECC

Text Example


Text Example

White with #703ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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