Html Css Color HEX #703FCF Purple Heart

📋 copy color: '#703FCF'

red 112 ◦ green 63 ◦ blue 207

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

Shades of Purple Heart #703FCF

Tints of Purple Heart #703FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.49%

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 29.32%
G = 16.49%
B = 54.19%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#703FCF (or 0x703FCF) is known color: Purple Heart. HEX triplet: 70, 3F and CF. RGB value is (112,63,207). Sum of RGB (Red+Green+Blue) = 112+63+207=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #703FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FCF is #8FC030. Grayscale: #5D5D5D. Windows color (decimal): -9420849 or 13582192. OLE color: 13582192.

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

Color convert

RGB 112 63 207 -
CMYK 0.46 0.70 0 0.19
HSL 260.42º 0.6% 0.53% -
HSV(B) 260.42º 0.7% 0.81% -
XYZ 19.72 11.5 60.21 -
YUV 94.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 112 63 207 0.46 0.70 0 0.19 260.42 0.6 0.53
Hex 70 3F CF 2E 46 0 13 104 3C 35
Octal 160 77 317 56 106 0 23 404 74 65
Binary 1110000 111111 11001111 101110 1000110 0 10011 100000100 111100 110101

Color Harmonies of #703FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FCF

Black with #703FCF

Text Example


Text Example

White with #703FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,63,207); }

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

background-color css

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

 a { background-color: rgb(112,63,207); }

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

border-color css

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

 span { border-color: rgb(112,63,207); }

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