Html Css Color HEX #6B3EAA Royal Purple

📋 copy color: '#6B3EAA'

red 107 ◦ green 62 ◦ blue 170

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

Shades of Royal Purple #6B3EAA

Tints of Royal Purple #6B3EAA

RGB

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

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

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

R = 31.56%
G = 18.29%
B = 50.15%

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

#6B3EAA (or 0x6B3EAA) is known color: Royal Purple. HEX triplet: 6B, 3E and AA. RGB value is (107,62,170). Sum of RGB (Red+Green+Blue) = 107+62+170=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B3EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3EAA is #94C155. Grayscale: #575757. Windows color (decimal): -9748822 or 11157099. OLE color: 11157099.

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

Color convert

RGB 107 62 170 -
CMYK 0.37 0.64 0 0.33
HSL 265º 0.47% 0.45% -
HSV(B) 265º 0.64% 0.67% -
XYZ 15.04 9.47 39.07 -
YUV 87.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 107 62 170 0.37 0.64 0 0.33 265 0.47 0.45
Hex 6B 3E AA 25 40 0 21 109 2F 2D
Octal 153 76 252 45 100 0 41 411 57 55
Binary 1101011 111110 10101010 100101 1000000 0 100001 100001001 101111 101101

Color Harmonies of #6B3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3EAA

Black with #6B3EAA

Text Example


Text Example

White with #6B3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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