Html Css Color HEX #703DBA Purple Heart

📋 copy color: '#703DBA'

red 112 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #703DBA

Tints of Purple Heart #703DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.99%

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 31.2%
G = 16.99%
B = 51.81%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#703DBA (or 0x703DBA) is known color: Purple Heart. HEX triplet: 70, 3D and BA. RGB value is (112,61,186). Sum of RGB (Red+Green+Blue) = 112+61+186=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #703DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DBA is #8FC245. Grayscale: #5A5A5A. Windows color (decimal): -9421382 or 12205424. OLE color: 12205424.

HSL color Cylindrical-coordinate representation of color #703DBA: hue angle of 264.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703DBA is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 61 186 -
CMYK 0.40 0.67 0 0.27
HSL 264.48º 0.51% 0.48% -
HSV(B) 264.48º 0.67% 0.73% -
XYZ 17.21 10.33 47.54 -
YUV 90.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 112 61 186 0.40 0.67 0 0.27 264.48 0.51 0.48
Hex 70 3D BA 28 43 0 1B 108 33 30
Octal 160 75 272 50 103 0 33 410 63 60
Binary 1110000 111101 10111010 101000 1000011 0 11011 100001000 110011 110000

Color Harmonies of #703DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DBA

Black with #703DBA

Text Example


Text Example

White with #703DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,61,186); }

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

background-color css

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

 a { background-color: rgb(112,61,186); }

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

border-color css

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

 span { border-color: rgb(112,61,186); }

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