Html Css Color HEX #671DDE Purple Heart

📋 copy color: '#671DDE'

red 103 ◦ green 29 ◦ blue 222

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

Shades of Purple Heart #671DDE

Tints of Purple Heart #671DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 29.1%
G = 8.19%
B = 62.71%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#671DDE (or 0x671DDE) is known color: Purple Heart. HEX triplet: 67, 1D and DE. RGB value is (103,29,222). Sum of RGB (Red+Green+Blue) = 103+29+222=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #671DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671DDE is #98E221. Grayscale: #484848. Windows color (decimal): -10019362 or 14556519. OLE color: 14556519.

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

Color convert

RGB 103 29 222 -
CMYK 0.54 0.87 0 0.13
HSL 263.01º 0.77% 0.49% -
HSV(B) 263.01º 0.87% 0.87% -
XYZ 19.22 9.04 69.84 -
YUV 73.13 212.02 149.31 -
System Red Green Blue C M Y K H S L
Decimal 103 29 222 0.54 0.87 0 0.13 263.01 0.77 0.49
Hex 67 1D DE 36 57 0 D 107 4D 31
Octal 147 35 336 66 127 0 15 407 115 61
Binary 1100111 11101 11011110 110110 1010111 0 1101 100000111 1001101 110001

Color Harmonies of #671DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671DDE

Black with #671DDE

Text Example


Text Example

White with #671DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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