Html Css Color HEX #700FCF Purple Heart

📋 copy color: '#700FCF'

red 112 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #700FCF

Tints of Purple Heart #700FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 33.53%
G = 4.49%
B = 61.98%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#700FCF (or 0x700FCF) is known color: Purple Heart. HEX triplet: 70, 0F and CF. RGB value is (112,15,207). Sum of RGB (Red+Green+Blue) = 112+15+207=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #700FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FCF is #8FF030. Grayscale: #414141. Windows color (decimal): -9433137 or 13569904. OLE color: 13569904.

HSL color Cylindrical-coordinate representation of color #700FCF: hue angle of 270.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700FCF is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 15 207 -
CMYK 0.46 0.93 0 0.19
HSL 270.31º 0.86% 0.44% -
HSV(B) 270.31º 0.93% 0.81% -
XYZ 18.12 8.29 59.68 -
YUV 65.89 207.64 160.89 -
System Red Green Blue C M Y K H S L
Decimal 112 15 207 0.46 0.93 0 0.19 270.31 0.86 0.44
Hex 70 F CF 2E 5D 0 13 10E 56 2C
Octal 160 17 317 56 135 0 23 416 126 54
Binary 1110000 1111 11001111 101110 1011101 0 10011 100001110 1010110 101100

Color Harmonies of #700FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FCF

Black with #700FCF

Text Example


Text Example

White with #700FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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