Html Css Color HEX #700BB3 Purple Heart

📋 copy color: '#700BB3'

red 112 ◦ green 11 ◦ blue 179

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

Shades of Purple Heart #700BB3

Tints of Purple Heart #700BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 59.27%

R = 37.09%
G = 3.64%
B = 59.27%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#700BB3 (or 0x700BB3) is known color: Purple Heart. HEX triplet: 70, 0B and B3. RGB value is (112,11,179). Sum of RGB (Red+Green+Blue) = 112+11+179=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #700BB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BB3 is #8FF44C. Grayscale: #3B3B3B. Windows color (decimal): -9434189 or 11733872. OLE color: 11733872.

HSL color Cylindrical-coordinate representation of color #700BB3: hue angle of 276.07º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700BB3 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 11 179 -
CMYK 0.37 0.94 0 0.30
HSL 276.07º 0.88% 0.37% -
HSV(B) 276.07º 0.94% 0.7% -
XYZ 14.94 6.94 43.2 -
YUV 60.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 112 11 179 0.37 0.94 0 0.30 276.07 0.88 0.37
Hex 70 B B3 25 5E 0 1E 114 58 25
Octal 160 13 263 45 136 0 36 424 130 45
Binary 1110000 1011 10110011 100101 1011110 0 11110 100010100 1011000 100101

Color Harmonies of #700BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BB3

Black with #700BB3

Text Example


Text Example

White with #700BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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