Html Css Color HEX #6B4394 Royal Purple

📋 copy color: '#6B4394'

red 107 ◦ green 67 ◦ blue 148

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

Shades of Royal Purple #6B4394

Tints of Royal Purple #6B4394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

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

R = 33.23%
G = 20.81%
B = 45.96%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B4394 (or 0x6B4394) is known color: Royal Purple. HEX triplet: 6B, 43 and 94. RGB value is (107,67,148). Sum of RGB (Red+Green+Blue) = 107+67+148=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B4394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4394 is #94BC6B. Grayscale: #575757. Windows color (decimal): -9747564 or 9716587. OLE color: 9716587.

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

Color convert

RGB 107 67 148 -
CMYK 0.28 0.55 0 0.42
HSL 269.63º 0.38% 0.42% -
HSV(B) 269.63º 0.55% 0.58% -
XYZ 13.42 9.28 29.1 -
YUV 88.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 107 67 148 0.28 0.55 0 0.42 269.63 0.38 0.42
Hex 6B 43 94 1C 37 0 2A 10E 26 2A
Octal 153 103 224 34 67 0 52 416 46 52
Binary 1101011 1000011 10010100 11100 110111 0 101010 100001110 100110 101010

Color Harmonies of #6B4394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4394

Black with #6B4394

Text Example


Text Example

White with #6B4394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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