Html Css Color HEX #700CB7 Purple Heart

📋 copy color: '#700CB7'

red 112 ◦ green 12 ◦ blue 183

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

Shades of Purple Heart #700CB7

Tints of Purple Heart #700CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 59.61%

R = 36.48%
G = 3.91%
B = 59.61%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#700CB7 (or 0x700CB7) is known color: Purple Heart. HEX triplet: 70, 0C and B7. RGB value is (112,12,183). Sum of RGB (Red+Green+Blue) = 112+12+183=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #700CB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CB7 is #8FF348. Grayscale: #3C3C3C. Windows color (decimal): -9433929 or 11996272. OLE color: 11996272.

HSL color Cylindrical-coordinate representation of color #700CB7: hue angle of 275.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700CB7 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 12 183 -
CMYK 0.39 0.93 0 0.28
HSL 275.09º 0.88% 0.38% -
HSV(B) 275.09º 0.93% 0.72% -
XYZ 15.36 7.13 45.37 -
YUV 61.39 196.63 164.1 -
System Red Green Blue C M Y K H S L
Decimal 112 12 183 0.39 0.93 0 0.28 275.09 0.88 0.38
Hex 70 C B7 27 5D 0 1C 113 58 26
Octal 160 14 267 47 135 0 34 423 130 46
Binary 1110000 1100 10110111 100111 1011101 0 11100 100010011 1011000 100110

Color Harmonies of #700CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CB7

Black with #700CB7

Text Example


Text Example

White with #700CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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