Html Css Color HEX #6B4094 Royal Purple

📋 copy color: '#6B4094'

red 107 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #6B4094

Tints of Royal Purple #6B4094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 148 (58.2% from 255) = 46.39%

R = 33.54%
G = 20.06%
B = 46.39%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B4094 (or 0x6B4094) is known color: Royal Purple. HEX triplet: 6B, 40 and 94. RGB value is (107,64,148). Sum of RGB (Red+Green+Blue) = 107+64+148=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B4094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4094 is #94BF6B. Grayscale: #565656. Windows color (decimal): -9748332 or 9715819. OLE color: 9715819.

HSL color Cylindrical-coordinate representation of color #6B4094: hue angle of 270.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B4094 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 64 148 -
CMYK 0.28 0.57 0 0.42
HSL 270.71º 0.4% 0.42% -
HSV(B) 270.71º 0.57% 0.58% -
XYZ 13.24 8.93 29.04 -
YUV 86.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 107 64 148 0.28 0.57 0 0.42 270.71 0.4 0.42
Hex 6B 40 94 1C 39 0 2A 10F 28 2A
Octal 153 100 224 34 71 0 52 417 50 52
Binary 1101011 1000000 10010100 11100 111001 0 101010 100001111 101000 101010

Color Harmonies of #6B4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4094

Black with #6B4094

Text Example


Text Example

White with #6B4094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,148); }

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

background-color css

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

 a { background-color: rgb(107,64,148); }

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

border-color css

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

 span { border-color: rgb(107,64,148); }

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