Html Css Color HEX #6335AC Royal Purple

📋 copy color: '#6335AC'

red 99 ◦ green 53 ◦ blue 172

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

Shades of Royal Purple #6335AC

Tints of Royal Purple #6335AC

RGB

 RED value IS 99 (39.06% from 255) = 30.56%

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

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

R = 30.56%
G = 16.36%
B = 53.09%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6335AC (or 0x6335AC) is known color: Royal Purple. HEX triplet: 63, 35 and AC. RGB value is (99,53,172). Sum of RGB (Red+Green+Blue) = 99+53+172=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #6335AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6335AC is #9CCA53. Grayscale: #4F4F4F. Windows color (decimal): -10275412 or 11285859. OLE color: 11285859.

HSL color Cylindrical-coordinate representation of color #6335AC: hue angle of 263.19º 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 #6335AC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 53 172 -
CMYK 0.42 0.69 0 0.33
HSL 263.19º 0.53% 0.44% -
HSV(B) 263.19º 0.69% 0.67% -
XYZ 13.87 8.18 39.88 -
YUV 80.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 99 53 172 0.42 0.69 0 0.33 263.19 0.53 0.44
Hex 63 35 AC 2A 45 0 21 107 35 2C
Octal 143 65 254 52 105 0 41 407 65 54
Binary 1100011 110101 10101100 101010 1000101 0 100001 100000111 110101 101100

Color Harmonies of #6335AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6335AC

Black with #6335AC

Text Example


Text Example

White with #6335AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,53,172); }

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

background-color css

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

 a { background-color: rgb(99,53,172); }

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

border-color css

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

 span { border-color: rgb(99,53,172); }

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