Html Css Color HEX #6434AB Royal Purple

📋 copy color: '#6434AB'

red 100 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #6434AB

Tints of Royal Purple #6434AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 30.96%
G = 16.1%
B = 52.94%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6434AB (or 0x6434AB) is known color: Royal Purple. HEX triplet: 64, 34 and AB. RGB value is (100,52,171). Sum of RGB (Red+Green+Blue) = 100+52+171=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 52 (20.70% from 255 or 16.10% 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 #6434AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6434AB is #9BCB54. Grayscale: #4F4F4F. Windows color (decimal): -10210133 or 11220068. OLE color: 11220068.

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

Color convert

RGB 100 52 171 -
CMYK 0.42 0.70 0 0.33
HSL 264.2º 0.53% 0.44% -
HSV(B) 264.2º 0.7% 0.67% -
XYZ 13.83 8.11 39.36 -
YUV 79.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 100 52 171 0.42 0.70 0 0.33 264.2 0.53 0.44
Hex 64 34 AB 2A 46 0 21 108 35 2C
Octal 144 64 253 52 106 0 41 410 65 54
Binary 1100100 110100 10101011 101010 1000110 0 100001 100001000 110101 101100

Color Harmonies of #6434AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434AB

Black with #6434AB

Text Example


Text Example

White with #6434AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,52,171); }

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

background-color css

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

 a { background-color: rgb(100,52,171); }

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

border-color css

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

 span { border-color: rgb(100,52,171); }

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