Html Css Color HEX #672CDB Purple Heart

📋 copy color: '#672CDB'

red 103 ◦ green 44 ◦ blue 219

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

Shades of Purple Heart #672CDB

Tints of Purple Heart #672CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.02%

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

R = 28.14%
G = 12.02%
B = 59.84%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#672CDB (or 0x672CDB) is known color: Purple Heart. HEX triplet: 67, 2C and DB. RGB value is (103,44,219). Sum of RGB (Red+Green+Blue) = 103+44+219=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #672CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CDB is #98D324. Grayscale: #505050. Windows color (decimal): -10015525 or 14363751. OLE color: 14363751.

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

Color convert

RGB 103 44 219 -
CMYK 0.53 0.80 0 0.14
HSL 260.23º 0.71% 0.52% -
HSV(B) 260.23º 0.8% 0.86% -
XYZ 19.28 9.8 67.89 -
YUV 81.59 205.55 143.27 -
System Red Green Blue C M Y K H S L
Decimal 103 44 219 0.53 0.80 0 0.14 260.23 0.71 0.52
Hex 67 2C DB 35 50 0 E 104 47 34
Octal 147 54 333 65 120 0 16 404 107 64
Binary 1100111 101100 11011011 110101 1010000 0 1110 100000100 1000111 110100

Color Harmonies of #672CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672CDB

Black with #672CDB

Text Example


Text Example

White with #672CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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