Html Css Color HEX #6428A5 Royal Purple

📋 copy color: '#6428A5'

red 100 ◦ green 40 ◦ blue 165

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

Shades of Royal Purple #6428A5

Tints of Royal Purple #6428A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 54.1%

R = 32.79%
G = 13.11%
B = 54.1%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6428A5 (or 0x6428A5) is known color: Royal Purple. HEX triplet: 64, 28 and A5. RGB value is (100,40,165). Sum of RGB (Red+Green+Blue) = 100+40+165=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #6428A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6428A5 is #9BD75A. Grayscale: #474747. Windows color (decimal): -10213211 or 10823780. OLE color: 10823780.

HSL color Cylindrical-coordinate representation of color #6428A5: hue angle of 268.8º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6428A5 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 40 165 -
CMYK 0.39 0.76 0 0.35
HSL 268.8º 0.61% 0.4% -
HSV(B) 268.8º 0.76% 0.65% -
XYZ 12.81 6.94 36.26 -
YUV 72.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 100 40 165 0.39 0.76 0 0.35 268.8 0.61 0.4
Hex 64 28 A5 27 4C 0 23 10D 3D 28
Octal 144 50 245 47 114 0 43 415 75 50
Binary 1100100 101000 10100101 100111 1001100 0 100011 100001101 111101 101000

Color Harmonies of #6428A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6428A5

Black with #6428A5

Text Example


Text Example

White with #6428A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6428A5; }

 p { color: rgb(100,40,165); }

 H1.HeaderClassName
 {
   color: #6428A5;
 }
 .AnyTagClassName
 {
   color: #6428A5;
 }
</style>

background-color css

<style>
 a { background-color: #6428A5; }

 a { background-color: rgb(100,40,165); }

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

border-color css

<style>
 span { border-color: #6428A5; }

 span { border-color: rgb(100,40,165); }

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