Html Css Color HEX #700BCF Purple Heart

📋 copy color: '#700BCF'

red 112 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #700BCF

Tints of Purple Heart #700BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 33.94%
G = 3.33%
B = 62.73%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#700BCF (or 0x700BCF) is known color: Purple Heart. HEX triplet: 70, 0B and CF. RGB value is (112,11,207). Sum of RGB (Red+Green+Blue) = 112+11+207=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #700BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BCF is #8FF430. Grayscale: #3E3E3E. Windows color (decimal): -9434161 or 13568880. OLE color: 13568880.

HSL color Cylindrical-coordinate representation of color #700BCF: hue angle of 270.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BCF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 11 207 -
CMYK 0.46 0.95 0 0.19
HSL 270.92º 0.9% 0.43% -
HSV(B) 270.92º 0.95% 0.81% -
XYZ 18.06 8.19 59.66 -
YUV 63.54 208.96 162.56 -
System Red Green Blue C M Y K H S L
Decimal 112 11 207 0.46 0.95 0 0.19 270.92 0.9 0.43
Hex 70 B CF 2E 5F 0 13 10F 5A 2B
Octal 160 13 317 56 137 0 23 417 132 53
Binary 1110000 1011 11001111 101110 1011111 0 10011 100001111 1011010 101011

Color Harmonies of #700BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700BCF

Black with #700BCF

Text Example


Text Example

White with #700BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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