Html Css Color HEX #6328A4 Royal Purple

📋 copy color: '#6328A4'

red 99 ◦ green 40 ◦ blue 164

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

Shades of Royal Purple #6328A4

Tints of Royal Purple #6328A4

RGB

 RED value IS 99 (39.06% from 255) = 32.67%

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 164 (64.45% from 255) = 54.13%

R = 32.67%
G = 13.2%
B = 54.13%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6328A4 (or 0x6328A4) is known color: Royal Purple. HEX triplet: 63, 28 and A4. RGB value is (99,40,164). Sum of RGB (Red+Green+Blue) = 99+40+164=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #6328A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6328A4 is #9CD75B. Grayscale: #474747. Windows color (decimal): -10278748 or 10758243. OLE color: 10758243.

HSL color Cylindrical-coordinate representation of color #6328A4: hue angle of 268.55º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6328A4 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 40 164 -
CMYK 0.40 0.76 0 0.36
HSL 268.55º 0.61% 0.4% -
HSV(B) 268.55º 0.76% 0.64% -
XYZ 12.61 6.85 35.78 -
YUV 71.78 180.05 147.42 -
System Red Green Blue C M Y K H S L
Decimal 99 40 164 0.40 0.76 0 0.36 268.55 0.61 0.4
Hex 63 28 A4 28 4C 0 24 10D 3D 28
Octal 143 50 244 50 114 0 44 415 75 50
Binary 1100011 101000 10100100 101000 1001100 0 100100 100001101 111101 101000

Color Harmonies of #6328A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6328A4

Black with #6328A4

Text Example


Text Example

White with #6328A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6328A4; }

 p { color: rgb(99,40,164); }

 H1.HeaderClassName
 {
   color: #6328A4;
 }
 .AnyTagClassName
 {
   color: #6328A4;
 }
</style>

background-color css

<style>
 a { background-color: #6328A4; }

 a { background-color: rgb(99,40,164); }

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

border-color css

<style>
 span { border-color: #6328A4; }

 span { border-color: rgb(99,40,164); }

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