Html Css Color HEX #702ECF Purple Heart

📋 copy color: '#702ECF'

red 112 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #702ECF

Tints of Purple Heart #702ECF

RGB

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

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

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

R = 30.68%
G = 12.6%
B = 56.71%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#702ECF (or 0x702ECF) is known color: Purple Heart. HEX triplet: 70, 2E and CF. RGB value is (112,46,207). Sum of RGB (Red+Green+Blue) = 112+46+207=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #702ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ECF is #8FD130. Grayscale: #535353. Windows color (decimal): -9425201 or 13577840. OLE color: 13577840.

HSL color Cylindrical-coordinate representation of color #702ECF: hue angle of 264.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702ECF is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 46 207 -
CMYK 0.46 0.78 0 0.19
HSL 264.6º 0.64% 0.5% -
HSV(B) 264.6º 0.78% 0.81% -
XYZ 18.92 9.9 59.95 -
YUV 84.09 197.37 147.91 -
System Red Green Blue C M Y K H S L
Decimal 112 46 207 0.46 0.78 0 0.19 264.6 0.64 0.5
Hex 70 2E CF 2E 4E 0 13 109 40 32
Octal 160 56 317 56 116 0 23 411 100 62
Binary 1110000 101110 11001111 101110 1001110 0 10011 100001001 1000000 110010

Color Harmonies of #702ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ECF

Black with #702ECF

Text Example


Text Example

White with #702ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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