Html Css Color HEX #6B41AA Royal Purple

📋 copy color: '#6B41AA'

red 107 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #6B41AA

Tints of Royal Purple #6B41AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 31.29%
G = 19.01%
B = 49.71%

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

#6B41AA (or 0x6B41AA) is known color: Royal Purple. HEX triplet: 6B, 41 and AA. RGB value is (107,65,170). Sum of RGB (Red+Green+Blue) = 107+65+170=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B41AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B41AA is #94BE55. Grayscale: #595959. Windows color (decimal): -9748054 or 11157867. OLE color: 11157867.

HSL color Cylindrical-coordinate representation of color #6B41AA: hue angle of 264º 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 #6B41AA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 65 170 -
CMYK 0.37 0.62 0 0.33
HSL 264º 0.45% 0.46% -
HSV(B) 264º 0.62% 0.67% -
XYZ 15.21 9.81 39.12 -
YUV 89.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 107 65 170 0.37 0.62 0 0.33 264 0.45 0.46
Hex 6B 41 AA 25 3E 0 21 108 2D 2E
Octal 153 101 252 45 76 0 41 410 55 56
Binary 1101011 1000001 10101010 100101 111110 0 100001 100001000 101101 101110

Color Harmonies of #6B41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B41AA

Black with #6B41AA

Text Example


Text Example

White with #6B41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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