Html Css Color HEX #6B3AAC Royal Purple

📋 copy color: '#6B3AAC'

red 107 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #6B3AAC

Tints of Royal Purple #6B3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

 BLUE value IS 172 (67.58% from 255) = 51.04%

R = 31.75%
G = 17.21%
B = 51.04%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B3AAC (or 0x6B3AAC) is known color: Royal Purple. HEX triplet: 6B, 3A and AC. RGB value is (107,58,172). Sum of RGB (Red+Green+Blue) = 107+58+172=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3AAC is #94C553. Grayscale: #555555. Windows color (decimal): -9749844 or 11287147. OLE color: 11287147.

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

Color convert

RGB 107 58 172 -
CMYK 0.38 0.66 0 0.33
HSL 265.79º 0.5% 0.45% -
HSV(B) 265.79º 0.66% 0.67% -
XYZ 15.02 9.13 40 -
YUV 85.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 107 58 172 0.38 0.66 0 0.33 265.79 0.5 0.45
Hex 6B 3A AC 26 42 0 21 10A 32 2D
Octal 153 72 254 46 102 0 41 412 62 55
Binary 1101011 111010 10101100 100110 1000010 0 100001 100001010 110010 101101

Color Harmonies of #6B3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3AAC

Black with #6B3AAC

Text Example


Text Example

White with #6B3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,58,172); }

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

background-color css

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

 a { background-color: rgb(107,58,172); }

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

border-color css

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

 span { border-color: rgb(107,58,172); }

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