Html Css Color HEX #671EDD Purple Heart

📋 copy color: '#671EDD'

red 103 ◦ green 30 ◦ blue 221

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

Shades of Purple Heart #671EDD

Tints of Purple Heart #671EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 29.1%
G = 8.47%
B = 62.43%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#671EDD (or 0x671EDD) is known color: Purple Heart. HEX triplet: 67, 1E and DD. RGB value is (103,30,221). Sum of RGB (Red+Green+Blue) = 103+30+221=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #671EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671EDD is #98E122. Grayscale: #484848. Windows color (decimal): -10019107 or 14491239. OLE color: 14491239.

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

Color convert

RGB 103 30 221 -
CMYK 0.53 0.86 0 0.13
HSL 262.93º 0.76% 0.49% -
HSV(B) 262.93º 0.86% 0.87% -
XYZ 19.11 9.03 69.14 -
YUV 73.6 211.18 148.97 -
System Red Green Blue C M Y K H S L
Decimal 103 30 221 0.53 0.86 0 0.13 262.93 0.76 0.49
Hex 67 1E DD 35 56 0 D 107 4C 31
Octal 147 36 335 65 126 0 15 407 114 61
Binary 1100111 11110 11011101 110101 1010110 0 1101 100000111 1001100 110001

Color Harmonies of #671EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671EDD

Black with #671EDD

Text Example


Text Example

White with #671EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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