Html Css Color HEX #671BD5 Purple Heart

📋 copy color: '#671BD5'

red 103 ◦ green 27 ◦ blue 213

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

Shades of Purple Heart #671BD5

Tints of Purple Heart #671BD5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.87%

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 30.03%
G = 7.87%
B = 62.1%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#671BD5 (or 0x671BD5) is known color: Purple Heart. HEX triplet: 67, 1B and D5. RGB value is (103,27,213). Sum of RGB (Red+Green+Blue) = 103+27+213=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #671BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BD5 is #98E42A. Grayscale: #464646. Windows color (decimal): -10019883 or 13966183. OLE color: 13966183.

HSL color Cylindrical-coordinate representation of color #671BD5: hue angle of 264.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671BD5 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 27 213 -
CMYK 0.52 0.87 0 0.16
HSL 264.52º 0.78% 0.47% -
HSV(B) 264.52º 0.87% 0.84% -
XYZ 18 8.47 63.64 -
YUV 70.93 208.18 150.88 -
System Red Green Blue C M Y K H S L
Decimal 103 27 213 0.52 0.87 0 0.16 264.52 0.78 0.47
Hex 67 1B D5 34 57 0 10 109 4E 2F
Octal 147 33 325 64 127 0 20 411 116 57
Binary 1100111 11011 11010101 110100 1010111 0 10000 100001001 1001110 101111

Color Harmonies of #671BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671BD5

Black with #671BD5

Text Example


Text Example

White with #671BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,27,213); }

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

background-color css

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

 a { background-color: rgb(103,27,213); }

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

border-color css

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

 span { border-color: rgb(103,27,213); }

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