Html Css Color HEX #671DDB Purple Heart

📋 copy color: '#671DDB'

red 103 ◦ green 29 ◦ blue 219

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

Shades of Purple Heart #671DDB

Tints of Purple Heart #671DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 29.34%
G = 8.26%
B = 62.39%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#671DDB (or 0x671DDB) is known color: Purple Heart. HEX triplet: 67, 1D and DB. RGB value is (103,29,219). Sum of RGB (Red+Green+Blue) = 103+29+219=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #671DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671DDB is #98E224. Grayscale: #484848. Windows color (decimal): -10019365 or 14359911. OLE color: 14359911.

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

Color convert

RGB 103 29 219 -
CMYK 0.53 0.87 0 0.14
HSL 263.37º 0.77% 0.49% -
HSV(B) 263.37º 0.87% 0.86% -
XYZ 18.82 8.88 67.74 -
YUV 72.79 210.52 149.55 -
System Red Green Blue C M Y K H S L
Decimal 103 29 219 0.53 0.87 0 0.14 263.37 0.77 0.49
Hex 67 1D DB 35 57 0 E 107 4D 31
Octal 147 35 333 65 127 0 16 407 115 61
Binary 1100111 11101 11011011 110101 1010111 0 1110 100000111 1001101 110001

Color Harmonies of #671DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671DDB

Black with #671DDB

Text Example


Text Example

White with #671DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,29,219); }

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

background-color css

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

 a { background-color: rgb(103,29,219); }

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

border-color css

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

 span { border-color: rgb(103,29,219); }

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