Html Css Color HEX #6B3CAA Royal Purple

📋 copy color: '#6B3CAA'

red 107 ◦ green 60 ◦ blue 170

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

Shades of Royal Purple #6B3CAA

Tints of Royal Purple #6B3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

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

R = 31.75%
G = 17.8%
B = 50.45%

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

#6B3CAA (or 0x6B3CAA) is known color: Royal Purple. HEX triplet: 6B, 3C and AA. RGB value is (107,60,170). Sum of RGB (Red+Green+Blue) = 107+60+170=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B3CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3CAA is #94C355. Grayscale: #565656. Windows color (decimal): -9749334 or 11156587. OLE color: 11156587.

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

Color convert

RGB 107 60 170 -
CMYK 0.37 0.65 0 0.33
HSL 265.64º 0.48% 0.45% -
HSV(B) 265.64º 0.65% 0.67% -
XYZ 14.93 9.26 39.03 -
YUV 86.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 107 60 170 0.37 0.65 0 0.33 265.64 0.48 0.45
Hex 6B 3C AA 25 41 0 21 10A 30 2D
Octal 153 74 252 45 101 0 41 412 60 55
Binary 1101011 111100 10101010 100101 1000001 0 100001 100001010 110000 101101

Color Harmonies of #6B3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3CAA

Black with #6B3CAA

Text Example


Text Example

White with #6B3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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