Html Css Color HEX #6B3FAA Royal Purple

📋 copy color: '#6B3FAA'

red 107 ◦ green 63 ◦ blue 170

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

Shades of Royal Purple #6B3FAA

Tints of Royal Purple #6B3FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 18.53%

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

R = 31.47%
G = 18.53%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B3FAA (or 0x6B3FAA) is known color: Royal Purple. HEX triplet: 6B, 3F and AA. RGB value is (107,63,170). Sum of RGB (Red+Green+Blue) = 107+63+170=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B3FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3FAA is #94C055. Grayscale: #575757. Windows color (decimal): -9748566 or 11157355. OLE color: 11157355.

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

Color convert

RGB 107 63 170 -
CMYK 0.37 0.63 0 0.33
HSL 264.67º 0.46% 0.46% -
HSV(B) 264.67º 0.63% 0.67% -
XYZ 15.1 9.58 39.08 -
YUV 88.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 107 63 170 0.37 0.63 0 0.33 264.67 0.46 0.46
Hex 6B 3F AA 25 3F 0 21 109 2E 2E
Octal 153 77 252 45 77 0 41 411 56 56
Binary 1101011 111111 10101010 100101 111111 0 100001 100001001 101110 101110

Color Harmonies of #6B3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3FAA

Black with #6B3FAA

Text Example


Text Example

White with #6B3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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