Html Css Color HEX #702CD5 Purple Heart

📋 copy color: '#702CD5'

red 112 ◦ green 44 ◦ blue 213

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

Shades of Purple Heart #702CD5

Tints of Purple Heart #702CD5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

 BLUE value IS 213 (83.59% from 255) = 57.72%

R = 30.35%
G = 11.92%
B = 57.72%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#702CD5 (or 0x702CD5) is known color: Purple Heart. HEX triplet: 70, 2C and D5. RGB value is (112,44,213). Sum of RGB (Red+Green+Blue) = 112+44+213=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #702CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CD5 is #8FD32A. Grayscale: #525252. Windows color (decimal): -9425707 or 13970544. OLE color: 13970544.

HSL color Cylindrical-coordinate representation of color #702CD5: hue angle of 264.14º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702CD5 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 44 213 -
CMYK 0.47 0.79 0 0.16
HSL 264.14º 0.67% 0.5% -
HSV(B) 264.14º 0.79% 0.84% -
XYZ 19.59 10.05 63.86 -
YUV 83.6 201.03 148.26 -
System Red Green Blue C M Y K H S L
Decimal 112 44 213 0.47 0.79 0 0.16 264.14 0.67 0.5
Hex 70 2C D5 2F 4F 0 10 108 43 32
Octal 160 54 325 57 117 0 20 410 103 62
Binary 1110000 101100 11010101 101111 1001111 0 10000 100001000 1000011 110010

Color Harmonies of #702CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CD5

Black with #702CD5

Text Example


Text Example

White with #702CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,213); }

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

background-color css

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

 a { background-color: rgb(112,44,213); }

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

border-color css

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

 span { border-color: rgb(112,44,213); }

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