Html Css Color HEX #702FCD Purple Heart

📋 copy color: '#702FCD'

red 112 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #702FCD

Tints of Purple Heart #702FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

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

R = 30.77%
G = 12.91%
B = 56.32%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#702FCD (or 0x702FCD) is known color: Purple Heart. HEX triplet: 70, 2F and CD. RGB value is (112,47,205). Sum of RGB (Red+Green+Blue) = 112+47+205=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #702FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FCD is #8FD032. Grayscale: #535353. Windows color (decimal): -9424947 or 13447024. OLE color: 13447024.

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

Color convert

RGB 112 47 205 -
CMYK 0.45 0.77 0 0.20
HSL 264.68º 0.63% 0.49% -
HSV(B) 264.68º 0.77% 0.8% -
XYZ 18.72 9.89 58.68 -
YUV 84.45 196.03 147.65 -
System Red Green Blue C M Y K H S L
Decimal 112 47 205 0.45 0.77 0 0.20 264.68 0.63 0.49
Hex 70 2F CD 2D 4D 0 14 109 3F 31
Octal 160 57 315 55 115 0 24 411 77 61
Binary 1110000 101111 11001101 101101 1001101 0 10100 100001001 111111 110001

Color Harmonies of #702FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FCD

Black with #702FCD

Text Example


Text Example

White with #702FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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