Html Css Color HEX #6B219D Royal Purple

📋 copy color: '#6B219D'

red 107 ◦ green 33 ◦ blue 157

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

Shades of Royal Purple #6B219D

Tints of Royal Purple #6B219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 36.03%
G = 11.11%
B = 52.86%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B219D (or 0x6B219D) is known color: Royal Purple. HEX triplet: 6B, 21 and 9D. RGB value is (107,33,157). Sum of RGB (Red+Green+Blue) = 107+33+157=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B219D is #94DE62. Grayscale: #444444. Windows color (decimal): -9756259 or 10297707. OLE color: 10297707.

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

Color convert

RGB 107 33 157 -
CMYK 0.32 0.79 0 0.38
HSL 275.81º 0.65% 0.37% -
HSV(B) 275.81º 0.79% 0.62% -
XYZ 12.69 6.65 32.51 -
YUV 69.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 107 33 157 0.32 0.79 0 0.38 275.81 0.65 0.37
Hex 6B 21 9D 20 4F 0 26 114 41 25
Octal 153 41 235 40 117 0 46 424 101 45
Binary 1101011 100001 10011101 100000 1001111 0 100110 100010100 1000001 100101

Color Harmonies of #6B219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B219D

Black with #6B219D

Text Example


Text Example

White with #6B219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,33,157); }

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

background-color css

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

 a { background-color: rgb(107,33,157); }

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

border-color css

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

 span { border-color: rgb(107,33,157); }

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