Html Css Color HEX #6231A2 Royal Purple

📋 copy color: '#6231A2'

red 98 ◦ green 49 ◦ blue 162

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

Shades of Royal Purple #6231A2

Tints of Royal Purple #6231A2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 162 (63.67% from 255) = 52.43%

R = 31.72%
G = 15.86%
B = 52.43%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6231A2 (or 0x6231A2) is known color: Royal Purple. HEX triplet: 62, 31 and A2. RGB value is (98,49,162). Sum of RGB (Red+Green+Blue) = 98+49+162=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #6231A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6231A2 is #9DCE5D. Grayscale: #4C4C4C. Windows color (decimal): -10341982 or 10629474. OLE color: 10629474.

HSL color Cylindrical-coordinate representation of color #6231A2: hue angle of 266.02º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6231A2 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 49 162 -
CMYK 0.40 0.70 0 0.36
HSL 266.02º 0.54% 0.41% -
HSV(B) 266.02º 0.7% 0.64% -
XYZ 12.66 7.4 34.94 -
YUV 76.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 98 49 162 0.40 0.70 0 0.36 266.02 0.54 0.41
Hex 62 31 A2 28 46 0 24 10A 36 29
Octal 142 61 242 50 106 0 44 412 66 51
Binary 1100010 110001 10100010 101000 1000110 0 100100 100001010 110110 101001

Color Harmonies of #6231A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231A2

Black with #6231A2

Text Example


Text Example

White with #6231A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6231A2; }

 p { color: rgb(98,49,162); }

 H1.HeaderClassName
 {
   color: #6231A2;
 }
 .AnyTagClassName
 {
   color: #6231A2;
 }
</style>

background-color css

<style>
 a { background-color: #6231A2; }

 a { background-color: rgb(98,49,162); }

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

border-color css

<style>
 span { border-color: #6231A2; }

 span { border-color: rgb(98,49,162); }

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