Html Css Color HEX #6231AC Royal Purple

📋 copy color: '#6231AC'

red 98 ◦ green 49 ◦ blue 172

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

Shades of Royal Purple #6231AC

Tints of Royal Purple #6231AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 30.72%
G = 15.36%
B = 53.92%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6231AC (or 0x6231AC) is known color: Royal Purple. HEX triplet: 62, 31 and AC. RGB value is (98,49,172). Sum of RGB (Red+Green+Blue) = 98+49+172=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #6231AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6231AC is #9DCE53. Grayscale: #4D4D4D. Windows color (decimal): -10341972 or 11284834. OLE color: 11284834.

HSL color Cylindrical-coordinate representation of color #6231AC: hue angle of 263.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6231AC is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 49 172 -
CMYK 0.43 0.72 0 0.33
HSL 263.9º 0.56% 0.43% -
HSV(B) 263.9º 0.72% 0.67% -
XYZ 13.58 7.77 39.81 -
YUV 77.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 98 49 172 0.43 0.72 0 0.33 263.9 0.56 0.43
Hex 62 31 AC 2B 48 0 21 108 38 2B
Octal 142 61 254 53 110 0 41 410 70 53
Binary 1100010 110001 10101100 101011 1001000 0 100001 100001000 111000 101011

Color Harmonies of #6231AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231AC

Black with #6231AC

Text Example


Text Example

White with #6231AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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