Html Css Color HEX #6B3EAC Royal Purple

📋 copy color: '#6B3EAC'

red 107 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #6B3EAC

Tints of Royal Purple #6B3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

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

R = 31.38%
G = 18.18%
B = 50.44%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B3EAC (or 0x6B3EAC) is known color: Royal Purple. HEX triplet: 6B, 3E and AC. RGB value is (107,62,172). Sum of RGB (Red+Green+Blue) = 107+62+172=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B3EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3EAC is #94C153. Grayscale: #575757. Windows color (decimal): -9748820 or 11288171. OLE color: 11288171.

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

Color convert

RGB 107 62 172 -
CMYK 0.38 0.64 0 0.33
HSL 264.55º 0.47% 0.46% -
HSV(B) 264.55º 0.64% 0.67% -
XYZ 15.23 9.55 40.07 -
YUV 88 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 107 62 172 0.38 0.64 0 0.33 264.55 0.47 0.46
Hex 6B 3E AC 26 40 0 21 109 2F 2E
Octal 153 76 254 46 100 0 41 411 57 56
Binary 1101011 111110 10101100 100110 1000000 0 100001 100001001 101111 101110

Color Harmonies of #6B3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3EAC

Black with #6B3EAC

Text Example


Text Example

White with #6B3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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