Html Css Color HEX #672DBD Purple Heart

📋 copy color: '#672DBD'

red 103 ◦ green 45 ◦ blue 189

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

Shades of Purple Heart #672DBD

Tints of Purple Heart #672DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 30.56%
G = 13.35%
B = 56.08%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#672DBD (or 0x672DBD) is known color: Purple Heart. HEX triplet: 67, 2D and BD. RGB value is (103,45,189). Sum of RGB (Red+Green+Blue) = 103+45+189=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #672DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DBD is #98D242. Grayscale: #4E4E4E. Windows color (decimal): -10015299 or 12397927. OLE color: 12397927.

HSL color Cylindrical-coordinate representation of color #672DBD: hue angle of 264.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #672DBD is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 45 189 -
CMYK 0.46 0.76 0 0.26
HSL 264.17º 0.62% 0.46% -
HSV(B) 264.17º 0.76% 0.74% -
XYZ 15.72 8.43 48.94 -
YUV 78.76 190.22 145.29 -
System Red Green Blue C M Y K H S L
Decimal 103 45 189 0.46 0.76 0 0.26 264.17 0.62 0.46
Hex 67 2D BD 2E 4C 0 1A 108 3E 2E
Octal 147 55 275 56 114 0 32 410 76 56
Binary 1100111 101101 10111101 101110 1001100 0 11010 100001000 111110 101110

Color Harmonies of #672DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672DBD

Black with #672DBD

Text Example


Text Example

White with #672DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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