Html Css Color HEX #6B3BAD Royal Purple

📋 copy color: '#6B3BAD'

red 107 ◦ green 59 ◦ blue 173

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

Shades of Royal Purple #6B3BAD

Tints of Royal Purple #6B3BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.4%

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

R = 31.56%
G = 17.4%
B = 51.03%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B3BAD (or 0x6B3BAD) is known color: Royal Purple. HEX triplet: 6B, 3B and AD. RGB value is (107,59,173). Sum of RGB (Red+Green+Blue) = 107+59+173=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B3BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3BAD is #94C452. Grayscale: #555555. Windows color (decimal): -9749587 or 11352939. OLE color: 11352939.

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

Color convert

RGB 107 59 173 -
CMYK 0.38 0.66 0 0.32
HSL 265.26º 0.49% 0.45% -
HSV(B) 265.26º 0.66% 0.68% -
XYZ 15.17 9.27 40.53 -
YUV 86.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 107 59 173 0.38 0.66 0 0.32 265.26 0.49 0.45
Hex 6B 3B AD 26 42 0 20 109 31 2D
Octal 153 73 255 46 102 0 40 411 61 55
Binary 1101011 111011 10101101 100110 1000010 0 100000 100001001 110001 101101

Color Harmonies of #6B3BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3BAD

Black with #6B3BAD

Text Example


Text Example

White with #6B3BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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