Html Css Color HEX #700BBF Purple Heart

📋 copy color: '#700BBF'

red 112 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #700BBF

Tints of Purple Heart #700BBF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.5%

 BLUE value IS 191 (75% from 255) = 60.83%

R = 35.67%
G = 3.5%
B = 60.83%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#700BBF (or 0x700BBF) is known color: Purple Heart. HEX triplet: 70, 0B and BF. RGB value is (112,11,191). Sum of RGB (Red+Green+Blue) = 112+11+191=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #700BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BBF is #8FF440. Grayscale: #3D3D3D. Windows color (decimal): -9434177 or 12520304. OLE color: 12520304.

HSL color Cylindrical-coordinate representation of color #700BBF: hue angle of 273.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700BBF is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 11 191 -
CMYK 0.41 0.94 0 0.25
HSL 273.67º 0.89% 0.4% -
HSV(B) 273.67º 0.94% 0.75% -
XYZ 16.21 7.45 49.87 -
YUV 61.72 200.96 163.86 -
System Red Green Blue C M Y K H S L
Decimal 112 11 191 0.41 0.94 0 0.25 273.67 0.89 0.4
Hex 70 B BF 29 5E 0 19 112 59 28
Octal 160 13 277 51 136 0 31 422 131 50
Binary 1110000 1011 10111111 101001 1011110 0 11001 100010010 1011001 101000

Color Harmonies of #700BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BBF

Black with #700BBF

Text Example


Text Example

White with #700BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,11,191); }

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

background-color css

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

 a { background-color: rgb(112,11,191); }

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

border-color css

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

 span { border-color: rgb(112,11,191); }

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