Html Css Color HEX #703BCE Purple Heart

📋 copy color: '#703BCE'

red 112 ◦ green 59 ◦ blue 206

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

Shades of Purple Heart #703BCE

Tints of Purple Heart #703BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.65%

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 29.71%
G = 15.65%
B = 54.64%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#703BCE (or 0x703BCE) is known color: Purple Heart. HEX triplet: 70, 3B and CE. RGB value is (112,59,206). Sum of RGB (Red+Green+Blue) = 112+59+206=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #703BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BCE is #8FC431. Grayscale: #5B5B5B. Windows color (decimal): -9421874 or 13515632. OLE color: 13515632.

HSL color Cylindrical-coordinate representation of color #703BCE: hue angle of 261.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703BCE is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 59 206 -
CMYK 0.46 0.71 0 0.19
HSL 261.63º 0.6% 0.52% -
HSV(B) 261.63º 0.71% 0.81% -
XYZ 19.39 11.03 59.5 -
YUV 91.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 112 59 206 0.46 0.71 0 0.19 261.63 0.6 0.52
Hex 70 3B CE 2E 47 0 13 106 3C 34
Octal 160 73 316 56 107 0 23 406 74 64
Binary 1110000 111011 11001110 101110 1000111 0 10011 100000110 111100 110100

Color Harmonies of #703BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BCE

Black with #703BCE

Text Example


Text Example

White with #703BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,59,206); }

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

background-color css

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

 a { background-color: rgb(112,59,206); }

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

border-color css

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

 span { border-color: rgb(112,59,206); }

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