Html Css Color HEX #702ECD Purple Heart

📋 copy color: '#702ECD'

red 112 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #702ECD

Tints of Purple Heart #702ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 30.85%
G = 12.67%
B = 56.47%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#702ECD (or 0x702ECD) is known color: Purple Heart. HEX triplet: 70, 2E and CD. RGB value is (112,46,205). Sum of RGB (Red+Green+Blue) = 112+46+205=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #702ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ECD is #8FD132. Grayscale: #535353. Windows color (decimal): -9425203 or 13446768. OLE color: 13446768.

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

Color convert

RGB 112 46 205 -
CMYK 0.45 0.78 0 0.20
HSL 264.91º 0.63% 0.49% -
HSV(B) 264.91º 0.78% 0.8% -
XYZ 18.68 9.81 58.67 -
YUV 83.86 196.37 148.07 -
System Red Green Blue C M Y K H S L
Decimal 112 46 205 0.45 0.78 0 0.20 264.91 0.63 0.49
Hex 70 2E CD 2D 4E 0 14 109 3F 31
Octal 160 56 315 55 116 0 24 411 77 61
Binary 1110000 101110 11001101 101101 1001110 0 10100 100001001 111111 110001

Color Harmonies of #702ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ECD

Black with #702ECD

Text Example


Text Example

White with #702ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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