Html Css Color HEX #673ABA Purple Heart

📋 copy color: '#673ABA'

red 103 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #673ABA

Tints of Purple Heart #673ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 29.68%
G = 16.71%
B = 53.6%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#673ABA (or 0x673ABA) is known color: Purple Heart. HEX triplet: 67, 3A and BA. RGB value is (103,58,186). Sum of RGB (Red+Green+Blue) = 103+58+186=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #673ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ABA is #98C545. Grayscale: #555555. Windows color (decimal): -10011974 or 12204647. OLE color: 12204647.

HSL color Cylindrical-coordinate representation of color #673ABA: hue angle of 261.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673ABA is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 58 186 -
CMYK 0.45 0.69 0 0.27
HSL 261.09º 0.52% 0.48% -
HSV(B) 261.09º 0.69% 0.73% -
XYZ 15.97 9.45 47.44 -
YUV 86.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 103 58 186 0.45 0.69 0 0.27 261.09 0.52 0.48
Hex 67 3A BA 2D 45 0 1B 105 34 30
Octal 147 72 272 55 105 0 33 405 64 60
Binary 1100111 111010 10111010 101101 1000101 0 11011 100000101 110100 110000

Color Harmonies of #673ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673ABA

Black with #673ABA

Text Example


Text Example

White with #673ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673ABA; }

 p { color: rgb(103,58,186); }

 H1.HeaderClassName
 {
   color: #673ABA;
 }
 .AnyTagClassName
 {
   color: #673ABA;
 }
</style>

background-color css

<style>
 a { background-color: #673ABA; }

 a { background-color: rgb(103,58,186); }

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

border-color css

<style>
 span { border-color: #673ABA; }

 span { border-color: rgb(103,58,186); }

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