Html Css Color HEX #703CBC Purple Heart

📋 copy color: '#703CBC'

red 112 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #703CBC

Tints of Purple Heart #703CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 31.11%
G = 16.67%
B = 52.22%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#703CBC (or 0x703CBC) is known color: Purple Heart. HEX triplet: 70, 3C and BC. RGB value is (112,60,188). Sum of RGB (Red+Green+Blue) = 112+60+188=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #703CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CBC is #8FC343. Grayscale: #595959. Windows color (decimal): -9421636 or 12336240. OLE color: 12336240.

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

Color convert

RGB 112 60 188 -
CMYK 0.40 0.68 0 0.26
HSL 264.38º 0.52% 0.49% -
HSV(B) 264.38º 0.68% 0.74% -
XYZ 17.38 10.31 48.65 -
YUV 90.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 112 60 188 0.40 0.68 0 0.26 264.38 0.52 0.49
Hex 70 3C BC 28 44 0 1A 108 34 31
Octal 160 74 274 50 104 0 32 410 64 61
Binary 1110000 111100 10111100 101000 1000100 0 11010 100001000 110100 110001

Color Harmonies of #703CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CBC

Black with #703CBC

Text Example


Text Example

White with #703CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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