Html Css Color HEX #672DB4 Purple Heart

📋 copy color: '#672DB4'

red 103 ◦ green 45 ◦ blue 180

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

Shades of Purple Heart #672DB4

Tints of Purple Heart #672DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.88%

R = 31.4%
G = 13.72%
B = 54.88%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#672DB4 (or 0x672DB4) is known color: Purple Heart. HEX triplet: 67, 2D and B4. RGB value is (103,45,180). Sum of RGB (Red+Green+Blue) = 103+45+180=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #672DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DB4 is #98D24B. Grayscale: #4D4D4D. Windows color (decimal): -10015308 or 11808103. OLE color: 11808103.

HSL color Cylindrical-coordinate representation of color #672DB4: hue angle of 265.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672DB4 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 45 180 -
CMYK 0.43 0.75 0 0.29
HSL 265.78º 0.6% 0.44% -
HSV(B) 265.78º 0.75% 0.71% -
XYZ 14.77 8.06 43.96 -
YUV 77.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 103 45 180 0.43 0.75 0 0.29 265.78 0.6 0.44
Hex 67 2D B4 2B 4B 0 1D 10A 3C 2C
Octal 147 55 264 53 113 0 35 412 74 54
Binary 1100111 101101 10110100 101011 1001011 0 11101 100001010 111100 101100

Color Harmonies of #672DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672DB4

Black with #672DB4

Text Example


Text Example

White with #672DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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