Html Css Color HEX #6B3EAB Royal Purple

📋 copy color: '#6B3EAB'

red 107 ◦ green 62 ◦ blue 171

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

Shades of Royal Purple #6B3EAB

Tints of Royal Purple #6B3EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 31.47%
G = 18.24%
B = 50.29%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B3EAB (or 0x6B3EAB) is known color: Royal Purple. HEX triplet: 6B, 3E and AB. RGB value is (107,62,171). Sum of RGB (Red+Green+Blue) = 107+62+171=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3EAB is #94C154. Grayscale: #575757. Windows color (decimal): -9748821 or 11222635. OLE color: 11222635.

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

Color convert

RGB 107 62 171 -
CMYK 0.37 0.64 0 0.33
HSL 264.77º 0.47% 0.46% -
HSV(B) 264.77º 0.64% 0.67% -
XYZ 15.14 9.51 39.57 -
YUV 87.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 107 62 171 0.37 0.64 0 0.33 264.77 0.47 0.46
Hex 6B 3E AB 25 40 0 21 109 2F 2E
Octal 153 76 253 45 100 0 41 411 57 56
Binary 1101011 111110 10101011 100101 1000000 0 100001 100001001 101111 101110

Color Harmonies of #6B3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3EAB

Black with #6B3EAB

Text Example


Text Example

White with #6B3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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