Html Css Color HEX #703FCE Purple Heart

📋 copy color: '#703FCE'

red 112 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #703FCE

Tints of Purple Heart #703FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

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

R = 29.4%
G = 16.54%
B = 54.07%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#703FCE (or 0x703FCE) is known color: Purple Heart. HEX triplet: 70, 3F and CE. RGB value is (112,63,206). Sum of RGB (Red+Green+Blue) = 112+63+206=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #703FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FCE is #8FC031. Grayscale: #5D5D5D. Windows color (decimal): -9420850 or 13516656. OLE color: 13516656.

HSL color Cylindrical-coordinate representation of color #703FCE: hue angle of 260.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703FCE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 63 206 -
CMYK 0.46 0.69 0 0.19
HSL 260.56º 0.59% 0.53% -
HSV(B) 260.56º 0.69% 0.81% -
XYZ 19.6 11.46 59.57 -
YUV 93.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 112 63 206 0.46 0.69 0 0.19 260.56 0.59 0.53
Hex 70 3F CE 2E 45 0 13 105 3B 35
Octal 160 77 316 56 105 0 23 405 73 65
Binary 1110000 111111 11001110 101110 1000101 0 10011 100000101 111011 110101

Color Harmonies of #703FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FCE

Black with #703FCE

Text Example


Text Example

White with #703FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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