Html Css Color HEX #6448AC Royal Purple

📋 copy color: '#6448AC'

red 100 ◦ green 72 ◦ blue 172

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

Shades of Royal Purple #6448AC

Tints of Royal Purple #6448AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

 BLUE value IS 172 (67.58% from 255) = 50%

R = 29.07%
G = 20.93%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6448AC (or 0x6448AC) is known color: Royal Purple. HEX triplet: 64, 48 and AC. RGB value is (100,72,172). Sum of RGB (Red+Green+Blue) = 100+72+172=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #6448AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6448AC is #9BB753. Grayscale: #5B5B5B. Windows color (decimal): -10205012 or 11290724. OLE color: 11290724.

HSL color Cylindrical-coordinate representation of color #6448AC: hue angle of 256.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6448AC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 72 172 -
CMYK 0.42 0.58 0 0.33
HSL 256.8º 0.41% 0.48% -
HSV(B) 256.8º 0.58% 0.67% -
XYZ 15.02 10.32 40.23 -
YUV 91.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 100 72 172 0.42 0.58 0 0.33 256.8 0.41 0.48
Hex 64 48 AC 2A 3A 0 21 101 29 30
Octal 144 110 254 52 72 0 41 401 51 60
Binary 1100100 1001000 10101100 101010 111010 0 100001 100000001 101001 110000

Color Harmonies of #6448AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448AC

Black with #6448AC

Text Example


Text Example

White with #6448AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6448AC; }

 p { color: rgb(100,72,172); }

 H1.HeaderClassName
 {
   color: #6448AC;
 }
 .AnyTagClassName
 {
   color: #6448AC;
 }
</style>

background-color css

<style>
 a { background-color: #6448AC; }

 a { background-color: rgb(100,72,172); }

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

border-color css

<style>
 span { border-color: #6448AC; }

 span { border-color: rgb(100,72,172); }

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