Html Css Color HEX #673F8D Daisy Bush

📋 copy color: '#673F8D'

red 103 ◦ green 63 ◦ blue 141

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

Shades of Daisy Bush #673F8D

Tints of Daisy Bush #673F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 33.55%
G = 20.52%
B = 45.93%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#673F8D (or 0x673F8D) is known color: Daisy Bush. HEX triplet: 67, 3F and 8D. RGB value is (103,63,141). Sum of RGB (Red+Green+Blue) = 103+63+141=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #673F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673F8D is #98C072. Grayscale: #535353. Windows color (decimal): -10010739 or 9256807. OLE color: 9256807.

HSL color Cylindrical-coordinate representation of color #673F8D: hue angle of 270.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #673F8D is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 63 141 -
CMYK 0.27 0.55 0 0.45
HSL 270.77º 0.38% 0.4% -
HSV(B) 270.77º 0.55% 0.55% -
XYZ 12.18 8.36 26.17 -
YUV 83.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 103 63 141 0.27 0.55 0 0.45 270.77 0.38 0.4
Hex 67 3F 8D 1B 37 0 2D 10F 26 28
Octal 147 77 215 33 67 0 55 417 46 50
Binary 1100111 111111 10001101 11011 110111 0 101101 100001111 100110 101000

Color Harmonies of #673F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673F8D

Black with #673F8D

Text Example


Text Example

White with #673F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,63,141); }

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

background-color css

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

 a { background-color: rgb(103,63,141); }

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

border-color css

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

 span { border-color: rgb(103,63,141); }

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