Html Css Color HEX #6B3BAB Royal Purple

📋 copy color: '#6B3BAB'

red 107 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #6B3BAB

Tints of Royal Purple #6B3BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 31.75%
G = 17.51%
B = 50.74%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B3BAB (or 0x6B3BAB) is known color: Royal Purple. HEX triplet: 6B, 3B and AB. RGB value is (107,59,171). Sum of RGB (Red+Green+Blue) = 107+59+171=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B3BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3BAB is #94C454. Grayscale: #555555. Windows color (decimal): -9749589 or 11221867. OLE color: 11221867.

HSL color Cylindrical-coordinate representation of color #6B3BAB: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B3BAB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 59 171 -
CMYK 0.37 0.65 0 0.33
HSL 265.71º 0.49% 0.45% -
HSV(B) 265.71º 0.65% 0.67% -
XYZ 14.98 9.19 39.51 -
YUV 86.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 107 59 171 0.37 0.65 0 0.33 265.71 0.49 0.45
Hex 6B 3B AB 25 41 0 21 10A 31 2D
Octal 153 73 253 45 101 0 41 412 61 55
Binary 1101011 111011 10101011 100101 1000001 0 100001 100001010 110001 101101

Color Harmonies of #6B3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3BAB

Black with #6B3BAB

Text Example


Text Example

White with #6B3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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