Html Css Color HEX #702EDA Purple Heart

📋 copy color: '#702EDA'

red 112 ◦ green 46 ◦ blue 218

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

Shades of Purple Heart #702EDA

Tints of Purple Heart #702EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 29.79%
G = 12.23%
B = 57.98%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#702EDA (or 0x702EDA) is known color: Purple Heart. HEX triplet: 70, 2E and DA. RGB value is (112,46,218). Sum of RGB (Red+Green+Blue) = 112+46+218=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #702EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EDA is #8FD125. Grayscale: #545454. Windows color (decimal): -9425190 or 14298736. OLE color: 14298736.

HSL color Cylindrical-coordinate representation of color #702EDA: hue angle of 263.02º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702EDA is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 46 218 -
CMYK 0.49 0.79 0 0.15
HSL 263.02º 0.7% 0.52% -
HSV(B) 263.02º 0.79% 0.85% -
XYZ 20.31 10.46 67.28 -
YUV 85.34 202.87 147.01 -
System Red Green Blue C M Y K H S L
Decimal 112 46 218 0.49 0.79 0 0.15 263.02 0.7 0.52
Hex 70 2E DA 31 4F 0 F 107 46 34
Octal 160 56 332 61 117 0 17 407 106 64
Binary 1110000 101110 11011010 110001 1001111 0 1111 100000111 1000110 110100

Color Harmonies of #702EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EDA

Black with #702EDA

Text Example


Text Example

White with #702EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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