Html Css Color HEX #702ECB Purple Heart

📋 copy color: '#702ECB'

red 112 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #702ECB

Tints of Purple Heart #702ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.74%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 31.02%
G = 12.74%
B = 56.23%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#702ECB (or 0x702ECB) is known color: Purple Heart. HEX triplet: 70, 2E and CB. RGB value is (112,46,203). Sum of RGB (Red+Green+Blue) = 112+46+203=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #702ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ECB is #8FD134. Grayscale: #535353. Windows color (decimal): -9425205 or 13315696. OLE color: 13315696.

HSL color Cylindrical-coordinate representation of color #702ECB: hue angle of 265.22º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702ECB is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 46 203 -
CMYK 0.45 0.77 0 0.20
HSL 265.22º 0.63% 0.49% -
HSV(B) 265.22º 0.77% 0.8% -
XYZ 18.44 9.71 57.4 -
YUV 83.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 112 46 203 0.45 0.77 0 0.20 265.22 0.63 0.49
Hex 70 2E CB 2D 4D 0 14 109 3F 31
Octal 160 56 313 55 115 0 24 411 77 61
Binary 1110000 101110 11001011 101101 1001101 0 10100 100001001 111111 110001

Color Harmonies of #702ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ECB

Black with #702ECB

Text Example


Text Example

White with #702ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702ECB; }

 p { color: rgb(112,46,203); }

 H1.HeaderClassName
 {
   color: #702ECB;
 }
 .AnyTagClassName
 {
   color: #702ECB;
 }
</style>

background-color css

<style>
 a { background-color: #702ECB; }

 a { background-color: rgb(112,46,203); }

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

border-color css

<style>
 span { border-color: #702ECB; }

 span { border-color: rgb(112,46,203); }

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