Html Css Color HEX #703CCE Purple Heart

📋 copy color: '#703CCE'

red 112 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #703CCE

Tints of Purple Heart #703CCE

RGB

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

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

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

R = 29.63%
G = 15.87%
B = 54.5%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#703CCE (or 0x703CCE) is known color: Purple Heart. HEX triplet: 70, 3C and CE. RGB value is (112,60,206). Sum of RGB (Red+Green+Blue) = 112+60+206=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #703CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CCE is #8FC331. Grayscale: #5B5B5B. Windows color (decimal): -9421618 or 13515888. OLE color: 13515888.

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

Color convert

RGB 112 60 206 -
CMYK 0.46 0.71 0 0.19
HSL 261.37º 0.6% 0.52% -
HSV(B) 261.37º 0.71% 0.81% -
XYZ 19.44 11.13 59.52 -
YUV 92.19 192.23 142.13 -
System Red Green Blue C M Y K H S L
Decimal 112 60 206 0.46 0.71 0 0.19 261.37 0.6 0.52
Hex 70 3C CE 2E 47 0 13 105 3C 34
Octal 160 74 316 56 107 0 23 405 74 64
Binary 1110000 111100 11001110 101110 1000111 0 10011 100000101 111100 110100

Color Harmonies of #703CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CCE

Black with #703CCE

Text Example


Text Example

White with #703CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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