Html Css Color HEX #6240AA Royal Purple

📋 copy color: '#6240AA'

red 98 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #6240AA

Tints of Royal Purple #6240AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.2%

R = 29.52%
G = 19.28%
B = 51.2%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6240AA (or 0x6240AA) is known color: Royal Purple. HEX triplet: 62, 40 and AA. RGB value is (98,64,170). Sum of RGB (Red+Green+Blue) = 98+64+170=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #6240AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6240AA is #9DBF55. Grayscale: #555555. Windows color (decimal): -10338134 or 11157602. OLE color: 11157602.

HSL color Cylindrical-coordinate representation of color #6240AA: hue angle of 259.25º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6240AA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 64 170 -
CMYK 0.42 0.62 0 0.33
HSL 259.25º 0.45% 0.46% -
HSV(B) 259.25º 0.62% 0.67% -
XYZ 14.13 9.17 39.05 -
YUV 86.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 98 64 170 0.42 0.62 0 0.33 259.25 0.45 0.46
Hex 62 40 AA 2A 3E 0 21 103 2D 2E
Octal 142 100 252 52 76 0 41 403 55 56
Binary 1100010 1000000 10101010 101010 111110 0 100001 100000011 101101 101110

Color Harmonies of #6240AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6240AA

Black with #6240AA

Text Example


Text Example

White with #6240AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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