Html Css Color HEX #6B219B Royal Purple

📋 copy color: '#6B219B'

red 107 ◦ green 33 ◦ blue 155

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

Shades of Royal Purple #6B219B

Tints of Royal Purple #6B219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 36.27%
G = 11.19%
B = 52.54%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B219B (or 0x6B219B) is known color: Royal Purple. HEX triplet: 6B, 21 and 9B. RGB value is (107,33,155). Sum of RGB (Red+Green+Blue) = 107+33+155=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B219B is #94DE64. Grayscale: #444444. Windows color (decimal): -9756261 or 10166635. OLE color: 10166635.

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

Color convert

RGB 107 33 155 -
CMYK 0.31 0.79 0 0.39
HSL 276.39º 0.65% 0.37% -
HSV(B) 276.39º 0.79% 0.61% -
XYZ 12.52 6.58 31.62 -
YUV 69.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 107 33 155 0.31 0.79 0 0.39 276.39 0.65 0.37
Hex 6B 21 9B 1F 4F 0 27 114 41 25
Octal 153 41 233 37 117 0 47 424 101 45
Binary 1101011 100001 10011011 11111 1001111 0 100111 100010100 1000001 100101

Color Harmonies of #6B219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B219B

Black with #6B219B

Text Example


Text Example

White with #6B219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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