Html Css Color HEX #672BD1 Purple Heart

📋 copy color: '#672BD1'

red 103 ◦ green 43 ◦ blue 209

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

Shades of Purple Heart #672BD1

Tints of Purple Heart #672BD1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.11%

 BLUE value IS 209 (82.03% from 255) = 58.87%

R = 29.01%
G = 12.11%
B = 58.87%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#672BD1 (or 0x672BD1) is known color: Purple Heart. HEX triplet: 67, 2B and D1. RGB value is (103,43,209). Sum of RGB (Red+Green+Blue) = 103+43+209=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #672BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BD1 is #98D42E. Grayscale: #4F4F4F. Windows color (decimal): -10015791 or 13708135. OLE color: 13708135.

HSL color Cylindrical-coordinate representation of color #672BD1: hue angle of 261.69º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672BD1 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 43 209 -
CMYK 0.51 0.79 0 0.18
HSL 261.69º 0.66% 0.49% -
HSV(B) 261.69º 0.79% 0.82% -
XYZ 17.97 9.21 61.15 -
YUV 79.86 200.88 144.5 -
System Red Green Blue C M Y K H S L
Decimal 103 43 209 0.51 0.79 0 0.18 261.69 0.66 0.49
Hex 67 2B D1 33 4F 0 12 106 42 31
Octal 147 53 321 63 117 0 22 406 102 61
Binary 1100111 101011 11010001 110011 1001111 0 10010 100000110 1000010 110001

Color Harmonies of #672BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BD1

Black with #672BD1

Text Example


Text Example

White with #672BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672BD1; }

 p { color: rgb(103,43,209); }

 H1.HeaderClassName
 {
   color: #672BD1;
 }
 .AnyTagClassName
 {
   color: #672BD1;
 }
</style>

background-color css

<style>
 a { background-color: #672BD1; }

 a { background-color: rgb(103,43,209); }

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

border-color css

<style>
 span { border-color: #672BD1; }

 span { border-color: rgb(103,43,209); }

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