Html Css Color HEX #6436AC Royal Purple

📋 copy color: '#6436AC'

red 100 ◦ green 54 ◦ blue 172

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

Shades of Royal Purple #6436AC

Tints of Royal Purple #6436AC

RGB

 RED value IS 100 (39.45% from 255) = 30.67%

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

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

R = 30.67%
G = 16.56%
B = 52.76%

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

#6436AC (or 0x6436AC) is known color: Royal Purple. HEX triplet: 64, 36 and AC. RGB value is (100,54,172). Sum of RGB (Red+Green+Blue) = 100+54+172=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #6436AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6436AC is #9BC953. Grayscale: #505050. Windows color (decimal): -10209620 or 11286116. OLE color: 11286116.

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

Color convert

RGB 100 54 172 -
CMYK 0.42 0.69 0 0.33
HSL 263.39º 0.52% 0.44% -
HSV(B) 263.39º 0.69% 0.67% -
XYZ 14.02 8.33 39.9 -
YUV 81.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 100 54 172 0.42 0.69 0 0.33 263.39 0.52 0.44
Hex 64 36 AC 2A 45 0 21 107 34 2C
Octal 144 66 254 52 105 0 41 407 64 54
Binary 1100100 110110 10101100 101010 1000101 0 100001 100000111 110100 101100

Color Harmonies of #6436AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6436AC

Black with #6436AC

Text Example


Text Example

White with #6436AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,54,172); }

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

background-color css

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

 a { background-color: rgb(100,54,172); }

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

border-color css

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

 span { border-color: rgb(100,54,172); }

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