Html Css Color HEX #700FCA Purple Heart

📋 copy color: '#700FCA'

red 112 ◦ green 15 ◦ blue 202

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

Shades of Purple Heart #700FCA

Tints of Purple Heart #700FCA

RGB

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

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

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

R = 34.04%
G = 4.56%
B = 61.4%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#700FCA (or 0x700FCA) is known color: Purple Heart. HEX triplet: 70, 0F and CA. RGB value is (112,15,202). Sum of RGB (Red+Green+Blue) = 112+15+202=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #700FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FCA is #8FF035. Grayscale: #404040. Windows color (decimal): -9433142 or 13242224. OLE color: 13242224.

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

Color convert

RGB 112 15 202 -
CMYK 0.45 0.93 0 0.21
HSL 271.12º 0.86% 0.43% -
HSV(B) 271.12º 0.93% 0.79% -
XYZ 17.51 8.05 56.51 -
YUV 65.32 205.14 161.29 -
System Red Green Blue C M Y K H S L
Decimal 112 15 202 0.45 0.93 0 0.21 271.12 0.86 0.43
Hex 70 F CA 2D 5D 0 15 10F 56 2B
Octal 160 17 312 55 135 0 25 417 126 53
Binary 1110000 1111 11001010 101101 1011101 0 10101 100001111 1010110 101011

Color Harmonies of #700FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FCA

Black with #700FCA

Text Example


Text Example

White with #700FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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