Html Css Color HEX #700CAD Purple Heart

📋 copy color: '#700CAD'

red 112 ◦ green 12 ◦ blue 173

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

Shades of Purple Heart #700CAD

Tints of Purple Heart #700CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

 BLUE value IS 173 (67.97% from 255) = 58.25%

R = 37.71%
G = 4.04%
B = 58.25%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#700CAD (or 0x700CAD) is known color: Purple Heart. HEX triplet: 70, 0C and AD. RGB value is (112,12,173). Sum of RGB (Red+Green+Blue) = 112+12+173=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #700CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700CAD is #8FF352. Grayscale: #3B3B3B. Windows color (decimal): -9433939 or 11340912. OLE color: 11340912.

HSL color Cylindrical-coordinate representation of color #700CAD: hue angle of 277.27º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700CAD is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 12 173 -
CMYK 0.35 0.93 0 0.32
HSL 277.27º 0.87% 0.36% -
HSV(B) 277.27º 0.93% 0.68% -
XYZ 14.36 6.72 40.08 -
YUV 60.25 191.63 164.91 -
System Red Green Blue C M Y K H S L
Decimal 112 12 173 0.35 0.93 0 0.32 277.27 0.87 0.36
Hex 70 C AD 23 5D 0 20 115 57 24
Octal 160 14 255 43 135 0 40 425 127 44
Binary 1110000 1100 10101101 100011 1011101 0 100000 100010101 1010111 100100

Color Harmonies of #700CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CAD

Black with #700CAD

Text Example


Text Example

White with #700CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,12,173); }

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

background-color css

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

 a { background-color: rgb(112,12,173); }

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

border-color css

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

 span { border-color: rgb(112,12,173); }

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