Html Css Color HEX #703CBF Purple Heart

📋 copy color: '#703CBF'

red 112 ◦ green 60 ◦ blue 191

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

Shades of Purple Heart #703CBF

Tints of Purple Heart #703CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 30.85%
G = 16.53%
B = 52.62%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#703CBF (or 0x703CBF) is known color: Purple Heart. HEX triplet: 70, 3C and BF. RGB value is (112,60,191). Sum of RGB (Red+Green+Blue) = 112+60+191=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #703CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CBF is #8FC340. Grayscale: #5A5A5A. Windows color (decimal): -9421633 or 12532848. OLE color: 12532848.

HSL color Cylindrical-coordinate representation of color #703CBF: hue angle of 263.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703CBF is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 60 191 -
CMYK 0.41 0.69 0 0.25
HSL 263.82º 0.52% 0.49% -
HSV(B) 263.82º 0.69% 0.75% -
XYZ 17.7 10.44 50.37 -
YUV 90.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 112 60 191 0.41 0.69 0 0.25 263.82 0.52 0.49
Hex 70 3C BF 29 45 0 19 108 34 31
Octal 160 74 277 51 105 0 31 410 64 61
Binary 1110000 111100 10111111 101001 1000101 0 11001 100001000 110100 110001

Color Harmonies of #703CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CBF

Black with #703CBF

Text Example


Text Example

White with #703CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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