Html Css Color HEX #671ADD Purple Heart

📋 copy color: '#671ADD'

red 103 ◦ green 26 ◦ blue 221

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

Shades of Purple Heart #671ADD

Tints of Purple Heart #671ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 29.43%
G = 7.43%
B = 63.14%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#671ADD (or 0x671ADD) is known color: Purple Heart. HEX triplet: 67, 1A and DD. RGB value is (103,26,221). Sum of RGB (Red+Green+Blue) = 103+26+221=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #671ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ADD is #98E522. Grayscale: #464646. Windows color (decimal): -10020131 or 14490215. OLE color: 14490215.

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

Color convert

RGB 103 26 221 -
CMYK 0.53 0.88 0 0.13
HSL 263.69º 0.79% 0.48% -
HSV(B) 263.69º 0.88% 0.87% -
XYZ 19.01 8.84 69.11 -
YUV 71.25 212.51 150.64 -
System Red Green Blue C M Y K H S L
Decimal 103 26 221 0.53 0.88 0 0.13 263.69 0.79 0.48
Hex 67 1A DD 35 58 0 D 108 4F 30
Octal 147 32 335 65 130 0 15 410 117 60
Binary 1100111 11010 11011101 110101 1011000 0 1101 100001000 1001111 110000

Color Harmonies of #671ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ADD

Black with #671ADD

Text Example


Text Example

White with #671ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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