Html Css Color HEX #6242AD Royal Purple

📋 copy color: '#6242AD'

red 98 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #6242AD

Tints of Royal Purple #6242AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 29.08%
G = 19.58%
B = 51.34%

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

#6242AD (or 0x6242AD) is known color: Royal Purple. HEX triplet: 62, 42 and AD. RGB value is (98,66,173). Sum of RGB (Red+Green+Blue) = 98+66+173=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #6242AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6242AD is #9DBD52. Grayscale: #575757. Windows color (decimal): -10337619 or 11354722. OLE color: 11354722.

HSL color Cylindrical-coordinate representation of color #6242AD: hue angle of 257.94º 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 #6242AD is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 66 173 -
CMYK 0.43 0.62 0 0.32
HSL 257.94º 0.45% 0.47% -
HSV(B) 257.94º 0.62% 0.68% -
XYZ 14.53 9.51 40.61 -
YUV 87.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 98 66 173 0.43 0.62 0 0.32 257.94 0.45 0.47
Hex 62 42 AD 2B 3E 0 20 102 2D 2F
Octal 142 102 255 53 76 0 40 402 55 57
Binary 1100010 1000010 10101101 101011 111110 0 100000 100000010 101101 101111

Color Harmonies of #6242AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242AD

Black with #6242AD

Text Example


Text Example

White with #6242AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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