Html Css Color HEX #700FCC Purple Heart

📋 copy color: '#700FCC'

red 112 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #700FCC

Tints of Purple Heart #700FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

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

R = 33.84%
G = 4.53%
B = 61.63%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#700FCC (or 0x700FCC) is known color: Purple Heart. HEX triplet: 70, 0F and CC. RGB value is (112,15,204). Sum of RGB (Red+Green+Blue) = 112+15+204=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #700FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FCC is #8FF033. Grayscale: #404040. Windows color (decimal): -9433140 or 13373296. OLE color: 13373296.

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

Color convert

RGB 112 15 204 -
CMYK 0.45 0.93 0 0.2
HSL 270.79º 0.86% 0.43% -
HSV(B) 270.79º 0.93% 0.8% -
XYZ 17.75 8.15 57.76 -
YUV 65.55 206.14 161.13 -
System Red Green Blue C M Y K H S L
Decimal 112 15 204 0.45 0.93 0 0.2 270.79 0.86 0.43
Hex 70 F CC 2D 5D 0 14 10F 56 2B
Octal 160 17 314 55 135 0 24 417 126 53
Binary 1110000 1111 11001100 101101 1011101 0 10100 100001111 1010110 101011

Color Harmonies of #700FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FCC

Black with #700FCC

Text Example


Text Example

White with #700FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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