Html Css Color HEX #671ABE Purple Heart

📋 copy color: '#671ABE'

red 103 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #671ABE

Tints of Purple Heart #671ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

 BLUE value IS 190 (74.61% from 255) = 59.56%

R = 32.29%
G = 8.15%
B = 59.56%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#671ABE (or 0x671ABE) is known color: Purple Heart. HEX triplet: 67, 1A and BE. RGB value is (103,26,190). Sum of RGB (Red+Green+Blue) = 103+26+190=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #671ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ABE is #98E541. Grayscale: #434343. Windows color (decimal): -10020162 or 12458599. OLE color: 12458599.

HSL color Cylindrical-coordinate representation of color #671ABE: hue angle of 268.17º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671ABE is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 26 190 -
CMYK 0.46 0.86 0 0.25
HSL 268.17º 0.76% 0.42% -
HSV(B) 268.17º 0.86% 0.75% -
XYZ 15.26 7.34 49.33 -
YUV 67.72 197.01 153.16 -
System Red Green Blue C M Y K H S L
Decimal 103 26 190 0.46 0.86 0 0.25 268.17 0.76 0.42
Hex 67 1A BE 2E 56 0 19 10C 4C 2A
Octal 147 32 276 56 126 0 31 414 114 52
Binary 1100111 11010 10111110 101110 1010110 0 11001 100001100 1001100 101010

Color Harmonies of #671ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ABE

Black with #671ABE

Text Example


Text Example

White with #671ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,26,190); }

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

background-color css

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

 a { background-color: rgb(103,26,190); }

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

border-color css

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

 span { border-color: rgb(103,26,190); }

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