Html Css Color HEX #703FCA Purple Heart

📋 copy color: '#703FCA'

red 112 ◦ green 63 ◦ blue 202

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

Shades of Purple Heart #703FCA

Tints of Purple Heart #703FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 29.71%
G = 16.71%
B = 53.58%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#703FCA (or 0x703FCA) is known color: Purple Heart. HEX triplet: 70, 3F and CA. RGB value is (112,63,202). Sum of RGB (Red+Green+Blue) = 112+63+202=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #703FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FCA is #8FC035. Grayscale: #5C5C5C. Windows color (decimal): -9420854 or 13254512. OLE color: 13254512.

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

Color convert

RGB 112 63 202 -
CMYK 0.45 0.69 0 0.21
HSL 261.15º 0.57% 0.52% -
HSV(B) 261.15º 0.69% 0.79% -
XYZ 19.12 11.26 57.04 -
YUV 93.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 112 63 202 0.45 0.69 0 0.21 261.15 0.57 0.52
Hex 70 3F CA 2D 45 0 15 105 39 34
Octal 160 77 312 55 105 0 25 405 71 64
Binary 1110000 111111 11001010 101101 1000101 0 10101 100000101 111001 110100

Color Harmonies of #703FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FCA

Black with #703FCA

Text Example


Text Example

White with #703FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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