Html Css Color HEX #6236AB Royal Purple

📋 copy color: '#6236AB'

red 98 ◦ green 54 ◦ blue 171

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

Shades of Royal Purple #6236AB

Tints of Royal Purple #6236AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 30.34%
G = 16.72%
B = 52.94%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6236AB (or 0x6236AB) is known color: Royal Purple. HEX triplet: 62, 36 and AB. RGB value is (98,54,171). Sum of RGB (Red+Green+Blue) = 98+54+171=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6236AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6236AB is #9DC954. Grayscale: #505050. Windows color (decimal): -10340693 or 11220578. OLE color: 11220578.

HSL color Cylindrical-coordinate representation of color #6236AB: hue angle of 262.56º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6236AB is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 54 171 -
CMYK 0.43 0.68 0 0.33
HSL 262.56º 0.52% 0.44% -
HSV(B) 262.56º 0.68% 0.67% -
XYZ 13.71 8.18 39.38 -
YUV 80.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 98 54 171 0.43 0.68 0 0.33 262.56 0.52 0.44
Hex 62 36 AB 2B 44 0 21 107 34 2C
Octal 142 66 253 53 104 0 41 407 64 54
Binary 1100010 110110 10101011 101011 1000100 0 100001 100000111 110100 101100

Color Harmonies of #6236AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6236AB

Black with #6236AB

Text Example


Text Example

White with #6236AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6236AB; }

 p { color: rgb(98,54,171); }

 H1.HeaderClassName
 {
   color: #6236AB;
 }
 .AnyTagClassName
 {
   color: #6236AB;
 }
</style>

background-color css

<style>
 a { background-color: #6236AB; }

 a { background-color: rgb(98,54,171); }

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

border-color css

<style>
 span { border-color: #6236AB; }

 span { border-color: rgb(98,54,171); }

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