Html Css Color HEX #671ABF Purple Heart

📋 copy color: '#671ABF'

red 103 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #671ABF

Tints of Purple Heart #671ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.69%

R = 32.19%
G = 8.13%
B = 59.69%

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

#671ABF (or 0x671ABF) is known color: Purple Heart. HEX triplet: 67, 1A and BF. RGB value is (103,26,191). Sum of RGB (Red+Green+Blue) = 103+26+191=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #671ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ABF is #98E540. Grayscale: #434343. Windows color (decimal): -10020161 or 12524135. OLE color: 12524135.

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

Color convert

RGB 103 26 191 -
CMYK 0.46 0.86 0 0.25
HSL 268º 0.76% 0.43% -
HSV(B) 268º 0.86% 0.75% -
XYZ 15.37 7.38 49.91 -
YUV 67.83 197.51 153.08 -
System Red Green Blue C M Y K H S L
Decimal 103 26 191 0.46 0.86 0 0.25 268 0.76 0.43
Hex 67 1A BF 2E 56 0 19 10C 4C 2B
Octal 147 32 277 56 126 0 31 414 114 53
Binary 1100111 11010 10111111 101110 1010110 0 11001 100001100 1001100 101011

Color Harmonies of #671ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ABF

Black with #671ABF

Text Example


Text Example

White with #671ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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