Html Css Color HEX #6B189D Royal Purple

📋 copy color: '#6B189D'

red 107 ◦ green 24 ◦ blue 157

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

Shades of Royal Purple #6B189D

Tints of Royal Purple #6B189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

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

R = 37.15%
G = 8.33%
B = 54.51%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B189D (or 0x6B189D) is known color: Royal Purple. HEX triplet: 6B, 18 and 9D. RGB value is (107,24,157). Sum of RGB (Red+Green+Blue) = 107+24+157=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B189D is #94E762. Grayscale: #3F3F3F. Windows color (decimal): -9758563 or 10295403. OLE color: 10295403.

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

Color convert

RGB 107 24 157 -
CMYK 0.32 0.85 0 0.38
HSL 277.44º 0.73% 0.35% -
HSV(B) 277.44º 0.85% 0.62% -
XYZ 12.48 6.21 32.44 -
YUV 63.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 107 24 157 0.32 0.85 0 0.38 277.44 0.73 0.35
Hex 6B 18 9D 20 55 0 26 115 49 23
Octal 153 30 235 40 125 0 46 425 111 43
Binary 1101011 11000 10011101 100000 1010101 0 100110 100010101 1001001 100011

Color Harmonies of #6B189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B189D

Black with #6B189D

Text Example


Text Example

White with #6B189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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