Html Css Color HEX #703CBE Purple Heart

📋 copy color: '#703CBE'

red 112 ◦ green 60 ◦ blue 190

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

Shades of Purple Heart #703CBE

Tints of Purple Heart #703CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 30.94%
G = 16.57%
B = 52.49%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#703CBE (or 0x703CBE) is known color: Purple Heart. HEX triplet: 70, 3C and BE. RGB value is (112,60,190). Sum of RGB (Red+Green+Blue) = 112+60+190=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #703CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CBE is #8FC341. Grayscale: #595959. Windows color (decimal): -9421634 or 12467312. OLE color: 12467312.

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

Color convert

RGB 112 60 190 -
CMYK 0.41 0.68 0 0.25
HSL 264º 0.52% 0.49% -
HSV(B) 264º 0.68% 0.75% -
XYZ 17.59 10.39 49.79 -
YUV 90.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 112 60 190 0.41 0.68 0 0.25 264 0.52 0.49
Hex 70 3C BE 29 44 0 19 108 34 31
Octal 160 74 276 51 104 0 31 410 64 61
Binary 1110000 111100 10111110 101001 1000100 0 11001 100001000 110100 110001

Color Harmonies of #703CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CBE

Black with #703CBE

Text Example


Text Example

White with #703CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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