Html Css Color HEX #6449A1 Royal Purple

📋 copy color: '#6449A1'

red 100 ◦ green 73 ◦ blue 161

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

Shades of Royal Purple #6449A1

Tints of Royal Purple #6449A1

RGB

 RED value IS 100 (39.45% from 255) = 29.94%

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 161 (63.28% from 255) = 48.2%

R = 29.94%
G = 21.86%
B = 48.2%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6449A1 (or 0x6449A1) is known color: Royal Purple. HEX triplet: 64, 49 and A1. RGB value is (100,73,161). Sum of RGB (Red+Green+Blue) = 100+73+161=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #6449A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6449A1 is #9BB65E. Grayscale: #5A5A5A. Windows color (decimal): -10204767 or 10570084. OLE color: 10570084.

HSL color Cylindrical-coordinate representation of color #6449A1: hue angle of 258.41º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6449A1 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 73 161 -
CMYK 0.38 0.55 0 0.37
HSL 258.41º 0.38% 0.46% -
HSV(B) 258.41º 0.55% 0.63% -
XYZ 14.07 10.05 34.92 -
YUV 91.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 100 73 161 0.38 0.55 0 0.37 258.41 0.38 0.46
Hex 64 49 A1 26 37 0 25 102 26 2E
Octal 144 111 241 46 67 0 45 402 46 56
Binary 1100100 1001001 10100001 100110 110111 0 100101 100000010 100110 101110

Color Harmonies of #6449A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449A1

Black with #6449A1

Text Example


Text Example

White with #6449A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6449A1; }

 p { color: rgb(100,73,161); }

 H1.HeaderClassName
 {
   color: #6449A1;
 }
 .AnyTagClassName
 {
   color: #6449A1;
 }
</style>

background-color css

<style>
 a { background-color: #6449A1; }

 a { background-color: rgb(100,73,161); }

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

border-color css

<style>
 span { border-color: #6449A1; }

 span { border-color: rgb(100,73,161); }

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