Html Css Color HEX #703FCC Purple Heart

📋 copy color: '#703FCC'

red 112 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #703FCC

Tints of Purple Heart #703FCC

RGB

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

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

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

R = 29.55%
G = 16.62%
B = 53.83%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#703FCC (or 0x703FCC) is known color: Purple Heart. HEX triplet: 70, 3F and CC. RGB value is (112,63,204). Sum of RGB (Red+Green+Blue) = 112+63+204=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #703FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FCC is #8FC033. Grayscale: #5D5D5D. Windows color (decimal): -9420852 or 13385584. OLE color: 13385584.

HSL color Cylindrical-coordinate representation of color #703FCC: hue angle of 260.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703FCC is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 63 204 -
CMYK 0.45 0.69 0 0.2
HSL 260.85º 0.58% 0.52% -
HSV(B) 260.85º 0.69% 0.8% -
XYZ 19.36 11.36 58.3 -
YUV 93.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 112 63 204 0.45 0.69 0 0.2 260.85 0.58 0.52
Hex 70 3F CC 2D 45 0 14 105 3A 34
Octal 160 77 314 55 105 0 24 405 72 64
Binary 1110000 111111 11001100 101101 1000101 0 10100 100000101 111010 110100

Color Harmonies of #703FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FCC

Black with #703FCC

Text Example


Text Example

White with #703FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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