Html Css Color HEX #672DB5 Purple Heart

📋 copy color: '#672DB5'

red 103 ◦ green 45 ◦ blue 181

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

Shades of Purple Heart #672DB5

Tints of Purple Heart #672DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 55.02%

R = 31.31%
G = 13.68%
B = 55.02%

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

#672DB5 (or 0x672DB5) is known color: Purple Heart. HEX triplet: 67, 2D and B5. RGB value is (103,45,181). Sum of RGB (Red+Green+Blue) = 103+45+181=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #672DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DB5 is #98D24A. Grayscale: #4D4D4D. Windows color (decimal): -10015307 or 11873639. OLE color: 11873639.

HSL color Cylindrical-coordinate representation of color #672DB5: hue angle of 265.59º 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 #672DB5 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 45 181 -
CMYK 0.43 0.75 0 0.29
HSL 265.59º 0.6% 0.44% -
HSV(B) 265.59º 0.75% 0.71% -
XYZ 14.87 8.1 44.49 -
YUV 77.85 186.22 145.94 -
System Red Green Blue C M Y K H S L
Decimal 103 45 181 0.43 0.75 0 0.29 265.59 0.6 0.44
Hex 67 2D B5 2B 4B 0 1D 10A 3C 2C
Octal 147 55 265 53 113 0 35 412 74 54
Binary 1100111 101101 10110101 101011 1001011 0 11101 100001010 111100 101100

Color Harmonies of #672DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672DB5

Black with #672DB5

Text Example


Text Example

White with #672DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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