Html Css Color HEX #6448A3 Royal Purple

📋 copy color: '#6448A3'

red 100 ◦ green 72 ◦ blue 163

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

Shades of Royal Purple #6448A3

Tints of Royal Purple #6448A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.66%

R = 29.85%
G = 21.49%
B = 48.66%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6448A3 (or 0x6448A3) is known color: Royal Purple. HEX triplet: 64, 48 and A3. RGB value is (100,72,163). Sum of RGB (Red+Green+Blue) = 100+72+163=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #6448A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6448A3 is #9BB75C. Grayscale: #5A5A5A. Windows color (decimal): -10205021 or 10700900. OLE color: 10700900.

HSL color Cylindrical-coordinate representation of color #6448A3: hue angle of 258.46º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6448A3 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 72 163 -
CMYK 0.39 0.56 0 0.36
HSL 258.46º 0.39% 0.46% -
HSV(B) 258.46º 0.56% 0.64% -
XYZ 14.18 9.99 35.83 -
YUV 90.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 100 72 163 0.39 0.56 0 0.36 258.46 0.39 0.46
Hex 64 48 A3 27 38 0 24 102 27 2E
Octal 144 110 243 47 70 0 44 402 47 56
Binary 1100100 1001000 10100011 100111 111000 0 100100 100000010 100111 101110

Color Harmonies of #6448A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448A3

Black with #6448A3

Text Example


Text Example

White with #6448A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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