Html Css Color HEX #6235AB Royal Purple

📋 copy color: '#6235AB'

red 98 ◦ green 53 ◦ blue 171

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

Shades of Royal Purple #6235AB

Tints of Royal Purple #6235AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 30.43%
G = 16.46%
B = 53.11%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6235AB (or 0x6235AB) is known color: Royal Purple. HEX triplet: 62, 35 and AB. RGB value is (98,53,171). Sum of RGB (Red+Green+Blue) = 98+53+171=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #6235AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6235AB is #9DCA54. Grayscale: #4F4F4F. Windows color (decimal): -10340949 or 11220322. OLE color: 11220322.

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

Color convert

RGB 98 53 171 -
CMYK 0.43 0.69 0 0.33
HSL 262.88º 0.53% 0.44% -
HSV(B) 262.88º 0.69% 0.67% -
XYZ 13.66 8.08 39.37 -
YUV 79.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 98 53 171 0.43 0.69 0 0.33 262.88 0.53 0.44
Hex 62 35 AB 2B 45 0 21 107 35 2C
Octal 142 65 253 53 105 0 41 407 65 54
Binary 1100010 110101 10101011 101011 1000101 0 100001 100000111 110101 101100

Color Harmonies of #6235AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6235AB

Black with #6235AB

Text Example


Text Example

White with #6235AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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