Html Css Color HEX #6241AD Royal Purple

📋 copy color: '#6241AD'

red 98 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #6241AD

Tints of Royal Purple #6241AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 29.17%
G = 19.35%
B = 51.49%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6241AD (or 0x6241AD) is known color: Royal Purple. HEX triplet: 62, 41 and AD. RGB value is (98,65,173). Sum of RGB (Red+Green+Blue) = 98+65+173=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #6241AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6241AD is #9DBE52. Grayscale: #565656. Windows color (decimal): -10337875 or 11354466. OLE color: 11354466.

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

Color convert

RGB 98 65 173 -
CMYK 0.43 0.62 0 0.32
HSL 258.33º 0.45% 0.47% -
HSV(B) 258.33º 0.62% 0.68% -
XYZ 14.47 9.39 40.59 -
YUV 87.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 98 65 173 0.43 0.62 0 0.32 258.33 0.45 0.47
Hex 62 41 AD 2B 3E 0 20 102 2D 2F
Octal 142 101 255 53 76 0 40 402 55 57
Binary 1100010 1000001 10101101 101011 111110 0 100000 100000010 101101 101111

Color Harmonies of #6241AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6241AD

Black with #6241AD

Text Example


Text Example

White with #6241AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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