Html Css Color HEX #703ACD Purple Heart

📋 copy color: '#703ACD'

red 112 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #703ACD

Tints of Purple Heart #703ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.47%

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 29.87%
G = 15.47%
B = 54.67%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#703ACD (or 0x703ACD) is known color: Purple Heart. HEX triplet: 70, 3A and CD. RGB value is (112,58,205). Sum of RGB (Red+Green+Blue) = 112+58+205=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #703ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ACD is #8FC532. Grayscale: #5A5A5A. Windows color (decimal): -9422131 or 13449840. OLE color: 13449840.

HSL color Cylindrical-coordinate representation of color #703ACD: hue angle of 262.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703ACD is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 58 205 -
CMYK 0.45 0.72 0 0.20
HSL 262.04º 0.6% 0.52% -
HSV(B) 262.04º 0.72% 0.8% -
XYZ 19.21 10.88 58.84 -
YUV 90.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 112 58 205 0.45 0.72 0 0.20 262.04 0.6 0.52
Hex 70 3A CD 2D 48 0 14 106 3C 34
Octal 160 72 315 55 110 0 24 406 74 64
Binary 1110000 111010 11001101 101101 1001000 0 10100 100000110 111100 110100

Color Harmonies of #703ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703ACD

Black with #703ACD

Text Example


Text Example

White with #703ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,58,205); }

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

background-color css

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

 a { background-color: rgb(112,58,205); }

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

border-color css

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

 span { border-color: rgb(112,58,205); }

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