Html Css Color HEX #674A93 Butterfly Bush

📋 copy color: '#674A93'

red 103 ◦ green 74 ◦ blue 147

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

Shades of Butterfly Bush #674A93

Tints of Butterfly Bush #674A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 31.79%
G = 22.84%
B = 45.37%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674A93 (or 0x674A93) is known color: Butterfly Bush. HEX triplet: 67, 4A and 93. RGB value is (103,74,147). Sum of RGB (Red+Green+Blue) = 103+74+147=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #674A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674A93 is #98B56C. Grayscale: #5A5A5A. Windows color (decimal): -10007917 or 9652839. OLE color: 9652839.

HSL color Cylindrical-coordinate representation of color #674A93: hue angle of 263.84º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674A93 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 74 147 -
CMYK 0.30 0.50 0 0.42
HSL 263.84º 0.33% 0.43% -
HSV(B) 263.84º 0.5% 0.58% -
XYZ 13.31 9.89 28.81 -
YUV 90.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 103 74 147 0.30 0.50 0 0.42 263.84 0.33 0.43
Hex 67 4A 93 1E 32 0 2A 108 21 2B
Octal 147 112 223 36 62 0 52 410 41 53
Binary 1100111 1001010 10010011 11110 110010 0 101010 100001000 100001 101011

Color Harmonies of #674A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A93

Black with #674A93

Text Example


Text Example

White with #674A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674A93; }

 p { color: rgb(103,74,147); }

 H1.HeaderClassName
 {
   color: #674A93;
 }
 .AnyTagClassName
 {
   color: #674A93;
 }
</style>

background-color css

<style>
 a { background-color: #674A93; }

 a { background-color: rgb(103,74,147); }

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

border-color css

<style>
 span { border-color: #674A93; }

 span { border-color: rgb(103,74,147); }

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