Html Css Color HEX #6B449C Royal Purple

📋 copy color: '#6B449C'

red 107 ◦ green 68 ◦ blue 156

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

Shades of Royal Purple #6B449C

Tints of Royal Purple #6B449C

RGB

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

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

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

R = 32.33%
G = 20.54%
B = 47.13%

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

#6B449C (or 0x6B449C) is known color: Royal Purple. HEX triplet: 6B, 44 and 9C. RGB value is (107,68,156). Sum of RGB (Red+Green+Blue) = 107+68+156=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B449C is #94BB63. Grayscale: #595959. Windows color (decimal): -9747300 or 10241131. OLE color: 10241131.

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

Color convert

RGB 107 68 156 -
CMYK 0.31 0.56 0 0.39
HSL 266.59º 0.39% 0.44% -
HSV(B) 266.59º 0.56% 0.61% -
XYZ 14.13 9.66 32.57 -
YUV 89.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 107 68 156 0.31 0.56 0 0.39 266.59 0.39 0.44
Hex 6B 44 9C 1F 38 0 27 10B 27 2C
Octal 153 104 234 37 70 0 47 413 47 54
Binary 1101011 1000100 10011100 11111 111000 0 100111 100001011 100111 101100

Color Harmonies of #6B449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B449C

Black with #6B449C

Text Example


Text Example

White with #6B449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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