Html Css Color HEX #6B47AD Studio

📋 copy color: '#6B47AD'

red 107 ◦ green 71 ◦ blue 173

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

Shades of Studio #6B47AD

Tints of Studio #6B47AD

RGB

 RED value IS 107 (42.19% from 255) = 30.48%

 GREEN value IS 71 (28.13% from 255) = 20.23%

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 30.48%
G = 20.23%
B = 49.29%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B47AD (or 0x6B47AD) is known color: Studio. HEX triplet: 6B, 47 and AD. RGB value is (107,71,173). Sum of RGB (Red+Green+Blue) = 107+71+173=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B47AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B47AD is #94B852. Grayscale: #5D5D5D. Windows color (decimal): -9746515 or 11356011. OLE color: 11356011.

HSL color Cylindrical-coordinate representation of color #6B47AD: hue angle of 261.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B47AD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 71 173 -
CMYK 0.38 0.59 0 0.32
HSL 261.18º 0.42% 0.48% -
HSV(B) 261.18º 0.59% 0.68% -
XYZ 15.86 10.65 40.75 -
YUV 93.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 107 71 173 0.38 0.59 0 0.32 261.18 0.42 0.48
Hex 6B 47 AD 26 3B 0 20 105 2A 30
Octal 153 107 255 46 73 0 40 405 52 60
Binary 1101011 1000111 10101101 100110 111011 0 100000 100000101 101010 110000

Color Harmonies of #6B47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B47AD

Black with #6B47AD

Text Example


Text Example

White with #6B47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B47AD; }

 p { color: rgb(107,71,173); }

 H1.HeaderClassName
 {
   color: #6B47AD;
 }
 .AnyTagClassName
 {
   color: #6B47AD;
 }
</style>

background-color css

<style>
 a { background-color: #6B47AD; }

 a { background-color: rgb(107,71,173); }

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

border-color css

<style>
 span { border-color: #6B47AD; }

 span { border-color: rgb(107,71,173); }

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