Html Css Color HEX #702DCE Purple Heart

📋 copy color: '#702DCE'

red 112 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #702DCE

Tints of Purple Heart #702DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 30.85%
G = 12.4%
B = 56.75%

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

#702DCE (or 0x702DCE) is known color: Purple Heart. HEX triplet: 70, 2D and CE. RGB value is (112,45,206). Sum of RGB (Red+Green+Blue) = 112+45+206=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #702DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DCE is #8FD231. Grayscale: #525252. Windows color (decimal): -9425458 or 13512048. OLE color: 13512048.

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

Color convert

RGB 112 45 206 -
CMYK 0.46 0.78 0 0.19
HSL 264.97º 0.64% 0.49% -
HSV(B) 264.97º 0.78% 0.81% -
XYZ 18.76 9.78 59.29 -
YUV 83.39 197.2 148.41 -
System Red Green Blue C M Y K H S L
Decimal 112 45 206 0.46 0.78 0 0.19 264.97 0.64 0.49
Hex 70 2D CE 2E 4E 0 13 109 40 31
Octal 160 55 316 56 116 0 23 411 100 61
Binary 1110000 101101 11001110 101110 1001110 0 10011 100001001 1000000 110001

Color Harmonies of #702DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DCE

Black with #702DCE

Text Example


Text Example

White with #702DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,45,206); }

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

background-color css

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

 a { background-color: rgb(112,45,206); }

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

border-color css

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

 span { border-color: rgb(112,45,206); }

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