Html Css Color HEX #703CC8 Purple Heart

📋 copy color: '#703CC8'

red 112 ◦ green 60 ◦ blue 200

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

Shades of Purple Heart #703CC8

Tints of Purple Heart #703CC8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.13%

 BLUE value IS 200 (78.52% from 255) = 53.76%

R = 30.11%
G = 16.13%
B = 53.76%

CMYK

 C value IS 0.44

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#703CC8 (or 0x703CC8) is known color: Purple Heart. HEX triplet: 70, 3C and C8. RGB value is (112,60,200). Sum of RGB (Red+Green+Blue) = 112+60+200=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #703CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CC8 is #8FC337. Grayscale: #5B5B5B. Windows color (decimal): -9421624 or 13122672. OLE color: 13122672.

HSL color Cylindrical-coordinate representation of color #703CC8: hue angle of 262.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703CC8 is Cyan = 0.44, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 60 200 -
CMYK 0.44 0.7 0 0.22
HSL 262.29º 0.56% 0.51% -
HSV(B) 262.29º 0.7% 0.78% -
XYZ 18.72 10.85 55.75 -
YUV 91.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 112 60 200 0.44 0.7 0 0.22 262.29 0.56 0.51
Hex 70 3C C8 2C 46 0 16 106 38 33
Octal 160 74 310 54 106 0 26 406 70 63
Binary 1110000 111100 11001000 101100 1000110 0 10110 100000110 111000 110011

Color Harmonies of #703CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CC8

Black with #703CC8

Text Example


Text Example

White with #703CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,60,200); }

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

background-color css

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

 a { background-color: rgb(112,60,200); }

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

border-color css

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

 span { border-color: rgb(112,60,200); }

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