Html Css Color HEX #702FDC Purple Heart

📋 copy color: '#702FDC'

red 112 ◦ green 47 ◦ blue 220

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

Shades of Purple Heart #702FDC

Tints of Purple Heart #702FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.05%

R = 29.55%
G = 12.4%
B = 58.05%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#702FDC (or 0x702FDC) is known color: Purple Heart. HEX triplet: 70, 2F and DC. RGB value is (112,47,220). Sum of RGB (Red+Green+Blue) = 112+47+220=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #702FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FDC is #8FD023. Grayscale: #555555. Windows color (decimal): -9424932 or 14430064. OLE color: 14430064.

HSL color Cylindrical-coordinate representation of color #702FDC: hue angle of 262.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702FDC is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 47 220 -
CMYK 0.49 0.79 0 0.14
HSL 262.54º 0.71% 0.52% -
HSV(B) 262.54º 0.79% 0.86% -
XYZ 20.62 10.65 68.68 -
YUV 86.16 203.53 146.43 -
System Red Green Blue C M Y K H S L
Decimal 112 47 220 0.49 0.79 0 0.14 262.54 0.71 0.52
Hex 70 2F DC 31 4F 0 E 107 47 34
Octal 160 57 334 61 117 0 16 407 107 64
Binary 1110000 101111 11011100 110001 1001111 0 1110 100000111 1000111 110100

Color Harmonies of #702FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FDC

Black with #702FDC

Text Example


Text Example

White with #702FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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