Html Css Color HEX #6341AC Royal Purple

📋 copy color: '#6341AC'

red 99 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #6341AC

Tints of Royal Purple #6341AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 29.46%
G = 19.35%
B = 51.19%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6341AC (or 0x6341AC) is known color: Royal Purple. HEX triplet: 63, 41 and AC. RGB value is (99,65,172). Sum of RGB (Red+Green+Blue) = 99+65+172=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #6341AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6341AC is #9CBE53. Grayscale: #565656. Windows color (decimal): -10272340 or 11288931. OLE color: 11288931.

HSL color Cylindrical-coordinate representation of color #6341AC: hue angle of 259.07º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6341AC is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 65 172 -
CMYK 0.42 0.62 0 0.33
HSL 259.07º 0.45% 0.46% -
HSV(B) 259.07º 0.62% 0.67% -
XYZ 14.48 9.41 40.08 -
YUV 87.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 99 65 172 0.42 0.62 0 0.33 259.07 0.45 0.46
Hex 63 41 AC 2A 3E 0 21 103 2D 2E
Octal 143 101 254 52 76 0 41 403 55 56
Binary 1100011 1000001 10101100 101010 111110 0 100001 100000011 101101 101110

Color Harmonies of #6341AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341AC

Black with #6341AC

Text Example


Text Example

White with #6341AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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