Html Css Color HEX #672BCD Purple Heart

📋 copy color: '#672BCD'

red 103 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #672BCD

Tints of Purple Heart #672BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.25%

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 29.34%
G = 12.25%
B = 58.4%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#672BCD (or 0x672BCD) is known color: Purple Heart. HEX triplet: 67, 2B and CD. RGB value is (103,43,205). Sum of RGB (Red+Green+Blue) = 103+43+205=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #672BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BCD is #98D432. Grayscale: #4E4E4E. Windows color (decimal): -10015795 or 13445991. OLE color: 13445991.

HSL color Cylindrical-coordinate representation of color #672BCD: hue angle of 262.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672BCD is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 43 205 -
CMYK 0.50 0.79 0 0.20
HSL 262.22º 0.65% 0.49% -
HSV(B) 262.22º 0.79% 0.8% -
XYZ 17.48 9.02 58.58 -
YUV 79.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 103 43 205 0.50 0.79 0 0.20 262.22 0.65 0.49
Hex 67 2B CD 32 4F 0 14 106 41 31
Octal 147 53 315 62 117 0 24 406 101 61
Binary 1100111 101011 11001101 110010 1001111 0 10100 100000110 1000001 110001

Color Harmonies of #672BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BCD

Black with #672BCD

Text Example


Text Example

White with #672BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,43,205); }

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

background-color css

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

 a { background-color: rgb(103,43,205); }

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

border-color css

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

 span { border-color: rgb(103,43,205); }

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