Html Css Color HEX #671DAB Purple Heart

📋 copy color: '#671DAB'

red 103 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #671DAB

Tints of Purple Heart #671DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.57%

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 33.99%
G = 9.57%
B = 56.44%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#671DAB (or 0x671DAB) is known color: Purple Heart. HEX triplet: 67, 1D and AB. RGB value is (103,29,171). Sum of RGB (Red+Green+Blue) = 103+29+171=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #671DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671DAB is #98E254. Grayscale: #424242. Windows color (decimal): -10019413 or 11214183. OLE color: 11214183.

HSL color Cylindrical-coordinate representation of color #671DAB: hue angle of 271.27º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671DAB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 29 171 -
CMYK 0.40 0.83 0 0.33
HSL 271.27º 0.71% 0.39% -
HSV(B) 271.27º 0.83% 0.67% -
XYZ 13.38 6.7 39.12 -
YUV 67.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 103 29 171 0.40 0.83 0 0.33 271.27 0.71 0.39
Hex 67 1D AB 28 53 0 21 10F 47 27
Octal 147 35 253 50 123 0 41 417 107 47
Binary 1100111 11101 10101011 101000 1010011 0 100001 100001111 1000111 100111

Color Harmonies of #671DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671DAB

Black with #671DAB

Text Example


Text Example

White with #671DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,29,171); }

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

background-color css

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

 a { background-color: rgb(103,29,171); }

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

border-color css

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

 span { border-color: rgb(103,29,171); }

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