Html Css Color HEX #700CB1 Purple Heart

📋 copy color: '#700CB1'

red 112 ◦ green 12 ◦ blue 177

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

Shades of Purple Heart #700CB1

Tints of Purple Heart #700CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

 BLUE value IS 177 (69.53% from 255) = 58.8%

R = 37.21%
G = 3.99%
B = 58.8%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#700CB1 (or 0x700CB1) is known color: Purple Heart. HEX triplet: 70, 0C and B1. RGB value is (112,12,177). Sum of RGB (Red+Green+Blue) = 112+12+177=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 177 (69.53% from 255 or 58.80% from 301); Max value from RGB is 177 - color contains mainly: blue. Hex color #700CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700CB1 is #8FF34E. Grayscale: #3C3C3C. Windows color (decimal): -9433935 or 11603056. OLE color: 11603056.

HSL color Cylindrical-coordinate representation of color #700CB1: hue angle of 276.36º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700CB1 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 12 177 -
CMYK 0.37 0.93 0 0.31
HSL 276.36º 0.87% 0.37% -
HSV(B) 276.36º 0.93% 0.69% -
XYZ 14.75 6.88 42.15 -
YUV 60.71 193.63 164.58 -
System Red Green Blue C M Y K H S L
Decimal 112 12 177 0.37 0.93 0 0.31 276.36 0.87 0.37
Hex 70 C B1 25 5D 0 1F 114 57 25
Octal 160 14 261 45 135 0 37 424 127 45
Binary 1110000 1100 10110001 100101 1011101 0 11111 100010100 1010111 100101

Color Harmonies of #700CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CB1

Black with #700CB1

Text Example


Text Example

White with #700CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,12,177); }

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

background-color css

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

 a { background-color: rgb(112,12,177); }

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

border-color css

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

 span { border-color: rgb(112,12,177); }

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