Html Css Color HEX #671ABD Purple Heart

📋 copy color: '#671ABD'

red 103 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #671ABD

Tints of Purple Heart #671ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.43%

R = 32.39%
G = 8.18%
B = 59.43%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#671ABD (or 0x671ABD) is known color: Purple Heart. HEX triplet: 67, 1A and BD. RGB value is (103,26,189). Sum of RGB (Red+Green+Blue) = 103+26+189=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #671ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ABD is #98E542. Grayscale: #434343. Windows color (decimal): -10020163 or 12393063. OLE color: 12393063.

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

Color convert

RGB 103 26 189 -
CMYK 0.46 0.86 0 0.26
HSL 268.34º 0.76% 0.42% -
HSV(B) 268.34º 0.86% 0.74% -
XYZ 15.15 7.3 48.75 -
YUV 67.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 103 26 189 0.46 0.86 0 0.26 268.34 0.76 0.42
Hex 67 1A BD 2E 56 0 1A 10C 4C 2A
Octal 147 32 275 56 126 0 32 414 114 52
Binary 1100111 11010 10111101 101110 1010110 0 11010 100001100 1001100 101010

Color Harmonies of #671ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ABD

Black with #671ABD

Text Example


Text Example

White with #671ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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