Html Css Color HEX #671BDC Purple Heart

📋 copy color: '#671BDC'

red 103 ◦ green 27 ◦ blue 220

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

Shades of Purple Heart #671BDC

Tints of Purple Heart #671BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.71%

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

R = 29.43%
G = 7.71%
B = 62.86%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#671BDC (or 0x671BDC) is known color: Purple Heart. HEX triplet: 67, 1B and DC. RGB value is (103,27,220). Sum of RGB (Red+Green+Blue) = 103+27+220=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #671BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BDC is #98E423. Grayscale: #474747. Windows color (decimal): -10019876 or 14424935. OLE color: 14424935.

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

Color convert

RGB 103 27 220 -
CMYK 0.53 0.88 0 0.14
HSL 263.63º 0.78% 0.48% -
HSV(B) 263.63º 0.88% 0.86% -
XYZ 18.9 8.83 68.42 -
YUV 71.73 211.68 150.31 -
System Red Green Blue C M Y K H S L
Decimal 103 27 220 0.53 0.88 0 0.14 263.63 0.78 0.48
Hex 67 1B DC 35 58 0 E 108 4E 30
Octal 147 33 334 65 130 0 16 410 116 60
Binary 1100111 11011 11011100 110101 1011000 0 1110 100001000 1001110 110000

Color Harmonies of #671BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671BDC

Black with #671BDC

Text Example


Text Example

White with #671BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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