Html Css Color HEX #671EDC Purple Heart

📋 copy color: '#671EDC'

red 103 ◦ green 30 ◦ blue 220

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

Shades of Purple Heart #671EDC

Tints of Purple Heart #671EDC

RGB

 RED value IS 103 (40.63% from 255) = 29.18%

 GREEN value IS 30 (12.11% from 255) = 8.5%

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

R = 29.18%
G = 8.5%
B = 62.32%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#671EDC (or 0x671EDC) is known color: Purple Heart. HEX triplet: 67, 1E and DC. RGB value is (103,30,220). Sum of RGB (Red+Green+Blue) = 103+30+220=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #671EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671EDC is #98E123. Grayscale: #484848. Windows color (decimal): -10019108 or 14425703. OLE color: 14425703.

HSL color Cylindrical-coordinate representation of color #671EDC: hue angle of 263.05º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671EDC is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 30 220 -
CMYK 0.53 0.86 0 0.14
HSL 263.05º 0.76% 0.49% -
HSV(B) 263.05º 0.86% 0.86% -
XYZ 18.98 8.98 68.44 -
YUV 73.49 210.68 149.05 -
System Red Green Blue C M Y K H S L
Decimal 103 30 220 0.53 0.86 0 0.14 263.05 0.76 0.49
Hex 67 1E DC 35 56 0 E 107 4C 31
Octal 147 36 334 65 126 0 16 407 114 61
Binary 1100111 11110 11011100 110101 1010110 0 1110 100000111 1001100 110001

Color Harmonies of #671EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671EDC

Black with #671EDC

Text Example


Text Example

White with #671EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671EDC; }

 p { color: rgb(103,30,220); }

 H1.HeaderClassName
 {
   color: #671EDC;
 }
 .AnyTagClassName
 {
   color: #671EDC;
 }
</style>

background-color css

<style>
 a { background-color: #671EDC; }

 a { background-color: rgb(103,30,220); }

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

border-color css

<style>
 span { border-color: #671EDC; }

 span { border-color: rgb(103,30,220); }

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