Html Css Color HEX #671CD1 Purple Heart

📋 copy color: '#671CD1'

red 103 ◦ green 28 ◦ blue 209

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

Shades of Purple Heart #671CD1

Tints of Purple Heart #671CD1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

 BLUE value IS 209 (82.03% from 255) = 61.47%

R = 30.29%
G = 8.24%
B = 61.47%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#671CD1 (or 0x671CD1) is known color: Purple Heart. HEX triplet: 67, 1C and D1. RGB value is (103,28,209). Sum of RGB (Red+Green+Blue) = 103+28+209=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #671CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671CD1 is #98E32E. Grayscale: #464646. Windows color (decimal): -10019631 or 13704295. OLE color: 13704295.

HSL color Cylindrical-coordinate representation of color #671CD1: hue angle of 264.86º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671CD1 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 28 209 -
CMYK 0.51 0.87 0 0.18
HSL 264.86º 0.76% 0.46% -
HSV(B) 264.86º 0.87% 0.82% -
XYZ 17.52 8.32 61 -
YUV 71.06 205.85 150.78 -
System Red Green Blue C M Y K H S L
Decimal 103 28 209 0.51 0.87 0 0.18 264.86 0.76 0.46
Hex 67 1C D1 33 57 0 12 109 4C 2E
Octal 147 34 321 63 127 0 22 411 114 56
Binary 1100111 11100 11010001 110011 1010111 0 10010 100001001 1001100 101110

Color Harmonies of #671CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671CD1

Black with #671CD1

Text Example


Text Example

White with #671CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,28,209); }

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

background-color css

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

 a { background-color: rgb(103,28,209); }

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

border-color css

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

 span { border-color: rgb(103,28,209); }

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