Html Css Color HEX #700CCA Purple Heart

📋 copy color: '#700CCA'

red 112 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #700CCA

Tints of Purple Heart #700CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.96%

R = 34.36%
G = 3.68%
B = 61.96%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#700CCA (or 0x700CCA) is known color: Purple Heart. HEX triplet: 70, 0C and CA. RGB value is (112,12,202). Sum of RGB (Red+Green+Blue) = 112+12+202=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #700CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CCA is #8FF335. Grayscale: #3E3E3E. Windows color (decimal): -9433910 or 13241456. OLE color: 13241456.

HSL color Cylindrical-coordinate representation of color #700CCA: hue angle of 271.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CCA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 12 202 -
CMYK 0.45 0.94 0 0.21
HSL 271.58º 0.89% 0.42% -
HSV(B) 271.58º 0.94% 0.79% -
XYZ 17.47 7.97 56.49 -
YUV 63.56 206.13 162.55 -
System Red Green Blue C M Y K H S L
Decimal 112 12 202 0.45 0.94 0 0.21 271.58 0.89 0.42
Hex 70 C CA 2D 5E 0 15 110 59 2A
Octal 160 14 312 55 136 0 25 420 131 52
Binary 1110000 1100 11001010 101101 1011110 0 10101 100010000 1011001 101010

Color Harmonies of #700CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CCA

Black with #700CCA

Text Example


Text Example

White with #700CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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