Html Css Color HEX #702DCD Purple Heart

📋 copy color: '#702DCD'

red 112 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #702DCD

Tints of Purple Heart #702DCD

RGB

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

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

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

R = 30.94%
G = 12.43%
B = 56.63%

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

#702DCD (or 0x702DCD) is known color: Purple Heart. HEX triplet: 70, 2D and CD. RGB value is (112,45,205). Sum of RGB (Red+Green+Blue) = 112+45+205=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #702DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DCD is #8FD232. Grayscale: #525252. Windows color (decimal): -9425459 or 13446512. OLE color: 13446512.

HSL color Cylindrical-coordinate representation of color #702DCD: hue angle of 265.12º degrees, saturation: 0.64, 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 #702DCD is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 45 205 -
CMYK 0.45 0.78 0 0.20
HSL 265.13º 0.64% 0.49% -
HSV(B) 265.13º 0.78% 0.8% -
XYZ 18.64 9.73 58.65 -
YUV 83.27 196.7 148.49 -
System Red Green Blue C M Y K H S L
Decimal 112 45 205 0.45 0.78 0 0.20 265.13 0.64 0.49
Hex 70 2D CD 2D 4E 0 14 109 40 31
Octal 160 55 315 55 116 0 24 411 100 61
Binary 1110000 101101 11001101 101101 1001110 0 10100 100001001 1000000 110001

Color Harmonies of #702DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DCD

Black with #702DCD

Text Example


Text Example

White with #702DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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