Html Css Color HEX #6B3AAA Royal Purple

📋 copy color: '#6B3AAA'

red 107 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #6B3AAA

Tints of Royal Purple #6B3AAA

RGB

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

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

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

R = 31.94%
G = 17.31%
B = 50.75%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B3AAA (or 0x6B3AAA) is known color: Royal Purple. HEX triplet: 6B, 3A and AA. RGB value is (107,58,170). Sum of RGB (Red+Green+Blue) = 107+58+170=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3AAA is #94C555. Grayscale: #555555. Windows color (decimal): -9749846 or 11156075. OLE color: 11156075.

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

Color convert

RGB 107 58 170 -
CMYK 0.37 0.66 0 0.33
HSL 266.25º 0.49% 0.45% -
HSV(B) 266.25º 0.66% 0.67% -
XYZ 14.83 9.05 39 -
YUV 85.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 107 58 170 0.37 0.66 0 0.33 266.25 0.49 0.45
Hex 6B 3A AA 25 42 0 21 10A 31 2D
Octal 153 72 252 45 102 0 41 412 61 55
Binary 1101011 111010 10101010 100101 1000010 0 100001 100001010 110001 101101

Color Harmonies of #6B3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3AAA

Black with #6B3AAA

Text Example


Text Example

White with #6B3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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