Html Css Color HEX #672EDB Purple Heart

📋 copy color: '#672EDB'

red 103 ◦ green 46 ◦ blue 219

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

Shades of Purple Heart #672EDB

Tints of Purple Heart #672EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.5%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 27.99%
G = 12.5%
B = 59.51%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#672EDB (or 0x672EDB) is known color: Purple Heart. HEX triplet: 67, 2E and DB. RGB value is (103,46,219). Sum of RGB (Red+Green+Blue) = 103+46+219=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #672EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672EDB is #98D124. Grayscale: #525252. Windows color (decimal): -10015013 or 14364263. OLE color: 14364263.

HSL color Cylindrical-coordinate representation of color #672EDB: hue angle of 259.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672EDB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 46 219 -
CMYK 0.53 0.79 0 0.14
HSL 259.77º 0.71% 0.52% -
HSV(B) 259.77º 0.79% 0.86% -
XYZ 19.36 9.95 67.92 -
YUV 82.77 204.88 142.43 -
System Red Green Blue C M Y K H S L
Decimal 103 46 219 0.53 0.79 0 0.14 259.77 0.71 0.52
Hex 67 2E DB 35 4F 0 E 104 47 34
Octal 147 56 333 65 117 0 16 404 107 64
Binary 1100111 101110 11011011 110101 1001111 0 1110 100000100 1000111 110100

Color Harmonies of #672EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672EDB

Black with #672EDB

Text Example


Text Example

White with #672EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,46,219); }

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

background-color css

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

 a { background-color: rgb(103,46,219); }

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

border-color css

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

 span { border-color: rgb(103,46,219); }

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