Html Css Color HEX #703CBA Purple Heart

📋 copy color: '#703CBA'

red 112 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #703CBA

Tints of Purple Heart #703CBA

RGB

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

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

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

R = 31.28%
G = 16.76%
B = 51.96%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#703CBA (or 0x703CBA) is known color: Purple Heart. HEX triplet: 70, 3C and BA. RGB value is (112,60,186). Sum of RGB (Red+Green+Blue) = 112+60+186=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #703CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CBA is #8FC345. Grayscale: #595959. Windows color (decimal): -9421638 or 12205168. OLE color: 12205168.

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

Color convert

RGB 112 60 186 -
CMYK 0.40 0.68 0 0.27
HSL 264.76º 0.51% 0.48% -
HSV(B) 264.76º 0.68% 0.73% -
XYZ 17.16 10.22 47.52 -
YUV 89.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 112 60 186 0.40 0.68 0 0.27 264.76 0.51 0.48
Hex 70 3C BA 28 44 0 1B 109 33 30
Octal 160 74 272 50 104 0 33 411 63 60
Binary 1110000 111100 10111010 101000 1000100 0 11011 100001001 110011 110000

Color Harmonies of #703CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CBA

Black with #703CBA

Text Example


Text Example

White with #703CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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