Html Css Color HEX #6B219C Royal Purple

📋 copy color: '#6B219C'

red 107 ◦ green 33 ◦ blue 156

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

Shades of Royal Purple #6B219C

Tints of Royal Purple #6B219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.7%

R = 36.15%
G = 11.15%
B = 52.7%

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

#6B219C (or 0x6B219C) is known color: Royal Purple. HEX triplet: 6B, 21 and 9C. RGB value is (107,33,156). Sum of RGB (Red+Green+Blue) = 107+33+156=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B219C is #94DE63. Grayscale: #444444. Windows color (decimal): -9756260 or 10232171. OLE color: 10232171.

HSL color Cylindrical-coordinate representation of color #6B219C: hue angle of 276.1º 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 #6B219C is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 33 156 -
CMYK 0.31 0.79 0 0.39
HSL 276.1º 0.65% 0.37% -
HSV(B) 276.1º 0.79% 0.61% -
XYZ 12.61 6.61 32.06 -
YUV 69.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 107 33 156 0.31 0.79 0 0.39 276.1 0.65 0.37
Hex 6B 21 9C 1F 4F 0 27 114 41 25
Octal 153 41 234 37 117 0 47 424 101 45
Binary 1101011 100001 10011100 11111 1001111 0 100111 100010100 1000001 100101

Color Harmonies of #6B219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B219C

Black with #6B219C

Text Example


Text Example

White with #6B219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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