Html Css Color HEX #6B3E9E Royal Purple

📋 copy color: '#6B3E9E'

red 107 ◦ green 62 ◦ blue 158

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

Shades of Royal Purple #6B3E9E

Tints of Royal Purple #6B3E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 32.72%
G = 18.96%
B = 48.32%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B3E9E (or 0x6B3E9E) is known color: Royal Purple. HEX triplet: 6B, 3E and 9E. RGB value is (107,62,158). Sum of RGB (Red+Green+Blue) = 107+62+158=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B3E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3E9E is #94C161. Grayscale: #565656. Windows color (decimal): -9748834 or 10370667. OLE color: 10370667.

HSL color Cylindrical-coordinate representation of color #6B3E9E: hue angle of 268.12º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B3E9E is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 62 158 -
CMYK 0.32 0.61 0 0.38
HSL 268.13º 0.44% 0.43% -
HSV(B) 268.13º 0.61% 0.62% -
XYZ 13.96 9.04 33.36 -
YUV 86.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 107 62 158 0.32 0.61 0 0.38 268.13 0.44 0.43
Hex 6B 3E 9E 20 3D 0 26 10C 2C 2B
Octal 153 76 236 40 75 0 46 414 54 53
Binary 1101011 111110 10011110 100000 111101 0 100110 100001100 101100 101011

Color Harmonies of #6B3E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3E9E

Black with #6B3E9E

Text Example


Text Example

White with #6B3E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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