Html Css Color HEX #700CBD Purple Heart

📋 copy color: '#700CBD'

red 112 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #700CBD

Tints of Purple Heart #700CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 35.78%
G = 3.83%
B = 60.38%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#700CBD (or 0x700CBD) is known color: Purple Heart. HEX triplet: 70, 0C and BD. RGB value is (112,12,189). Sum of RGB (Red+Green+Blue) = 112+12+189=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #700CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CBD is #8FF342. Grayscale: #3D3D3D. Windows color (decimal): -9433923 or 12389488. OLE color: 12389488.

HSL color Cylindrical-coordinate representation of color #700CBD: hue angle of 273.9º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CBD is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 12 189 -
CMYK 0.41 0.94 0 0.26
HSL 273.9º 0.88% 0.39% -
HSV(B) 273.9º 0.94% 0.74% -
XYZ 16 7.38 48.73 -
YUV 62.08 199.63 163.61 -
System Red Green Blue C M Y K H S L
Decimal 112 12 189 0.41 0.94 0 0.26 273.9 0.88 0.39
Hex 70 C BD 29 5E 0 1A 112 58 27
Octal 160 14 275 51 136 0 32 422 130 47
Binary 1110000 1100 10111101 101001 1011110 0 11010 100010010 1011000 100111

Color Harmonies of #700CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CBD

Black with #700CBD

Text Example


Text Example

White with #700CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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