Html Css Color HEX #6240AD Royal Purple

📋 copy color: '#6240AD'

red 98 ◦ green 64 ◦ blue 173

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

Shades of Royal Purple #6240AD

Tints of Royal Purple #6240AD

RGB

 RED value IS 98 (38.67% from 255) = 29.25%

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 29.25%
G = 19.1%
B = 51.64%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6240AD (or 0x6240AD) is known color: Royal Purple. HEX triplet: 62, 40 and AD. RGB value is (98,64,173). Sum of RGB (Red+Green+Blue) = 98+64+173=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #6240AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6240AD is #9DBF52. Grayscale: #565656. Windows color (decimal): -10338131 or 11354210. OLE color: 11354210.

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

Color convert

RGB 98 64 173 -
CMYK 0.43 0.63 0 0.32
HSL 258.72º 0.46% 0.46% -
HSV(B) 258.72º 0.63% 0.68% -
XYZ 14.41 9.28 40.57 -
YUV 86.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 98 64 173 0.43 0.63 0 0.32 258.72 0.46 0.46
Hex 62 40 AD 2B 3F 0 20 103 2E 2E
Octal 142 100 255 53 77 0 40 403 56 56
Binary 1100010 1000000 10101101 101011 111111 0 100000 100000011 101110 101110

Color Harmonies of #6240AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6240AD

Black with #6240AD

Text Example


Text Example

White with #6240AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,64,173); }

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

background-color css

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

 a { background-color: rgb(98,64,173); }

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

border-color css

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

 span { border-color: rgb(98,64,173); }

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