Html Css Color HEX #700ACC Purple Heart

📋 copy color: '#700ACC'

red 112 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #700ACC

Tints of Purple Heart #700ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 34.36%
G = 3.07%
B = 62.58%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#700ACC (or 0x700ACC) is known color: Purple Heart. HEX triplet: 70, 0A and CC. RGB value is (112,10,204). Sum of RGB (Red+Green+Blue) = 112+10+204=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #700ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ACC is #8FF533. Grayscale: #3D3D3D. Windows color (decimal): -9434420 or 13372016. OLE color: 13372016.

HSL color Cylindrical-coordinate representation of color #700ACC: hue angle of 271.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700ACC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 10 204 -
CMYK 0.45 0.95 0 0.2
HSL 271.55º 0.91% 0.42% -
HSV(B) 271.55º 0.95% 0.8% -
XYZ 17.69 8.02 57.74 -
YUV 62.61 207.79 163.23 -
System Red Green Blue C M Y K H S L
Decimal 112 10 204 0.45 0.95 0 0.2 271.55 0.91 0.42
Hex 70 A CC 2D 5F 0 14 110 5B 2A
Octal 160 12 314 55 137 0 24 420 133 52
Binary 1110000 1010 11001100 101101 1011111 0 10100 100010000 1011011 101010

Color Harmonies of #700ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ACC

Black with #700ACC

Text Example


Text Example

White with #700ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700ACC; }

 p { color: rgb(112,10,204); }

 H1.HeaderClassName
 {
   color: #700ACC;
 }
 .AnyTagClassName
 {
   color: #700ACC;
 }
</style>

background-color css

<style>
 a { background-color: #700ACC; }

 a { background-color: rgb(112,10,204); }

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

border-color css

<style>
 span { border-color: #700ACC; }

 span { border-color: rgb(112,10,204); }

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