Html Css Color HEX #6B2699 Royal Purple

📋 copy color: '#6B2699'

red 107 ◦ green 38 ◦ blue 153

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

Shades of Royal Purple #6B2699

Tints of Royal Purple #6B2699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

 BLUE value IS 153 (60.16% from 255) = 51.34%

R = 35.91%
G = 12.75%
B = 51.34%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6B2699 (or 0x6B2699) is known color: Royal Purple. HEX triplet: 6B, 26 and 99. RGB value is (107,38,153). Sum of RGB (Red+Green+Blue) = 107+38+153=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B2699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2699 is #94D966. Grayscale: #474747. Windows color (decimal): -9754983 or 10036843. OLE color: 10036843.

HSL color Cylindrical-coordinate representation of color #6B2699: hue angle of 276º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B2699 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 38 153 -
CMYK 0.30 0.75 0 0.4
HSL 276º 0.6% 0.37% -
HSV(B) 276º 0.75% 0.6% -
XYZ 12.51 6.81 30.79 -
YUV 71.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 107 38 153 0.30 0.75 0 0.4 276 0.6 0.37
Hex 6B 26 99 1E 4B 0 28 114 3C 25
Octal 153 46 231 36 113 0 50 424 74 45
Binary 1101011 100110 10011001 11110 1001011 0 101000 100010100 111100 100101

Color Harmonies of #6B2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2699

Black with #6B2699

Text Example


Text Example

White with #6B2699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,38,153); }

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

background-color css

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

 a { background-color: rgb(107,38,153); }

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

border-color css

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

 span { border-color: rgb(107,38,153); }

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