Html Css Color HEX #6438AD Royal Purple

📋 copy color: '#6438AD'

red 100 ◦ green 56 ◦ blue 173

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

Shades of Royal Purple #6438AD

Tints of Royal Purple #6438AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

 BLUE value IS 173 (67.97% from 255) = 52.58%

R = 30.4%
G = 17.02%
B = 52.58%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6438AD (or 0x6438AD) is known color: Royal Purple. HEX triplet: 64, 38 and AD. RGB value is (100,56,173). Sum of RGB (Red+Green+Blue) = 100+56+173=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #6438AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6438AD is #9BC752. Grayscale: #525252. Windows color (decimal): -10209107 or 11352164. OLE color: 11352164.

HSL color Cylindrical-coordinate representation of color #6438AD: hue angle of 262.56º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6438AD is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 56 173 -
CMYK 0.42 0.68 0 0.32
HSL 262.56º 0.51% 0.45% -
HSV(B) 262.56º 0.68% 0.68% -
XYZ 14.21 8.55 40.44 -
YUV 82.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 100 56 173 0.42 0.68 0 0.32 262.56 0.51 0.45
Hex 64 38 AD 2A 44 0 20 107 33 2D
Octal 144 70 255 52 104 0 40 407 63 55
Binary 1100100 111000 10101101 101010 1000100 0 100000 100000111 110011 101101

Color Harmonies of #6438AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6438AD

Black with #6438AD

Text Example


Text Example

White with #6438AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6438AD; }

 p { color: rgb(100,56,173); }

 H1.HeaderClassName
 {
   color: #6438AD;
 }
 .AnyTagClassName
 {
   color: #6438AD;
 }
</style>

background-color css

<style>
 a { background-color: #6438AD; }

 a { background-color: rgb(100,56,173); }

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

border-color css

<style>
 span { border-color: #6438AD; }

 span { border-color: rgb(100,56,173); }

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