Html Css Color HEX #672DB1 Purple Heart

📋 copy color: '#672DB1'

red 103 ◦ green 45 ◦ blue 177

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

Shades of Purple Heart #672DB1

Tints of Purple Heart #672DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

 BLUE value IS 177 (69.53% from 255) = 54.46%

R = 31.69%
G = 13.85%
B = 54.46%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#672DB1 (or 0x672DB1) is known color: Purple Heart. HEX triplet: 67, 2D and B1. RGB value is (103,45,177). Sum of RGB (Red+Green+Blue) = 103+45+177=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #672DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672DB1 is #98D24E. Grayscale: #4C4C4C. Windows color (decimal): -10015311 or 11611495. OLE color: 11611495.

HSL color Cylindrical-coordinate representation of color #672DB1: hue angle of 266.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672DB1 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 45 177 -
CMYK 0.42 0.75 0 0.31
HSL 266.36º 0.59% 0.44% -
HSV(B) 266.36º 0.75% 0.69% -
XYZ 14.47 7.93 42.36 -
YUV 77.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 103 45 177 0.42 0.75 0 0.31 266.36 0.59 0.44
Hex 67 2D B1 2A 4B 0 1F 10A 3B 2C
Octal 147 55 261 52 113 0 37 412 73 54
Binary 1100111 101101 10110001 101010 1001011 0 11111 100001010 111011 101100

Color Harmonies of #672DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672DB1

Black with #672DB1

Text Example


Text Example

White with #672DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,45,177); }

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

background-color css

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

 a { background-color: rgb(103,45,177); }

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

border-color css

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

 span { border-color: rgb(103,45,177); }

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