Html Css Color HEX #6434AD Royal Purple

📋 copy color: '#6434AD'

red 100 ◦ green 52 ◦ blue 173

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

Shades of Royal Purple #6434AD

Tints of Royal Purple #6434AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 30.77%
G = 16%
B = 53.23%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6434AD (or 0x6434AD) is known color: Royal Purple. HEX triplet: 64, 34 and AD. RGB value is (100,52,173). Sum of RGB (Red+Green+Blue) = 100+52+173=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #6434AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6434AD is #9BCB52. Grayscale: #4F4F4F. Windows color (decimal): -10210131 or 11351140. OLE color: 11351140.

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

Color convert

RGB 100 52 173 -
CMYK 0.42 0.70 0 0.32
HSL 263.8º 0.54% 0.44% -
HSV(B) 263.8º 0.7% 0.68% -
XYZ 14.03 8.18 40.38 -
YUV 80.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 100 52 173 0.42 0.70 0 0.32 263.8 0.54 0.44
Hex 64 34 AD 2A 46 0 20 108 36 2C
Octal 144 64 255 52 106 0 40 410 66 54
Binary 1100100 110100 10101101 101010 1000110 0 100000 100001000 110110 101100

Color Harmonies of #6434AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434AD

Black with #6434AD

Text Example


Text Example

White with #6434AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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