Html Css Color HEX #6B41AB Royal Purple

📋 copy color: '#6B41AB'

red 107 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #6B41AB

Tints of Royal Purple #6B41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

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

R = 31.2%
G = 18.95%
B = 49.85%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B41AB (or 0x6B41AB) is known color: Royal Purple. HEX triplet: 6B, 41 and AB. RGB value is (107,65,171). Sum of RGB (Red+Green+Blue) = 107+65+171=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B41AB is #94BE54. Grayscale: #595959. Windows color (decimal): -9748053 or 11223403. OLE color: 11223403.

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

Color convert

RGB 107 65 171 -
CMYK 0.37 0.62 0 0.33
HSL 263.77º 0.45% 0.46% -
HSV(B) 263.77º 0.62% 0.67% -
XYZ 15.3 9.85 39.62 -
YUV 89.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 107 65 171 0.37 0.62 0 0.33 263.77 0.45 0.46
Hex 6B 41 AB 25 3E 0 21 108 2D 2E
Octal 153 101 253 45 76 0 41 410 55 56
Binary 1101011 1000001 10101011 100101 111110 0 100001 100001000 101101 101110

Color Harmonies of #6B41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B41AB

Black with #6B41AB

Text Example


Text Example

White with #6B41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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