Html Css Color HEX #6B449B Royal Purple

📋 copy color: '#6B449B'

red 107 ◦ green 68 ◦ blue 155

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

Shades of Royal Purple #6B449B

Tints of Royal Purple #6B449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 32.42%
G = 20.61%
B = 46.97%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B449B (or 0x6B449B) is known color: Royal Purple. HEX triplet: 6B, 44 and 9B. RGB value is (107,68,155). Sum of RGB (Red+Green+Blue) = 107+68+155=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B449B is #94BB64. Grayscale: #595959. Windows color (decimal): -9747301 or 10175595. OLE color: 10175595.

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

Color convert

RGB 107 68 155 -
CMYK 0.31 0.56 0 0.39
HSL 266.9º 0.39% 0.44% -
HSV(B) 266.9º 0.56% 0.61% -
XYZ 14.05 9.63 32.13 -
YUV 89.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 107 68 155 0.31 0.56 0 0.39 266.9 0.39 0.44
Hex 6B 44 9B 1F 38 0 27 10B 27 2C
Octal 153 104 233 37 70 0 47 413 47 54
Binary 1101011 1000100 10011011 11111 111000 0 100111 100001011 100111 101100

Color Harmonies of #6B449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B449B

Black with #6B449B

Text Example


Text Example

White with #6B449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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