Html Css Color HEX #703DCE Purple Heart

📋 copy color: '#703DCE'

red 112 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #703DCE

Tints of Purple Heart #703DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 29.55%
G = 16.09%
B = 54.35%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#703DCE (or 0x703DCE) is known color: Purple Heart. HEX triplet: 70, 3D and CE. RGB value is (112,61,206). Sum of RGB (Red+Green+Blue) = 112+61+206=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #703DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DCE is #8FC231. Grayscale: #5C5C5C. Windows color (decimal): -9421362 or 13516144. OLE color: 13516144.

HSL color Cylindrical-coordinate representation of color #703DCE: hue angle of 261.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703DCE is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 61 206 -
CMYK 0.46 0.70 0 0.19
HSL 261.1º 0.6% 0.52% -
HSV(B) 261.1º 0.7% 0.81% -
XYZ 19.49 11.24 59.53 -
YUV 92.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 112 61 206 0.46 0.70 0 0.19 261.1 0.6 0.52
Hex 70 3D CE 2E 46 0 13 105 3C 34
Octal 160 75 316 56 106 0 23 405 74 64
Binary 1110000 111101 11001110 101110 1000110 0 10011 100000101 111100 110100

Color Harmonies of #703DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DCE

Black with #703DCE

Text Example


Text Example

White with #703DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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