Html Css Color HEX #6434AA Royal Purple

📋 copy color: '#6434AA'

red 100 ◦ green 52 ◦ blue 170

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

Shades of Royal Purple #6434AA

Tints of Royal Purple #6434AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 31.06%
G = 16.15%
B = 52.8%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6434AA (or 0x6434AA) is known color: Royal Purple. HEX triplet: 64, 34 and AA. RGB value is (100,52,170). Sum of RGB (Red+Green+Blue) = 100+52+170=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6434AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6434AA is #9BCB55. Grayscale: #4F4F4F. Windows color (decimal): -10210134 or 11154532. OLE color: 11154532.

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

Color convert

RGB 100 52 170 -
CMYK 0.41 0.69 0 0.33
HSL 264.41º 0.53% 0.44% -
HSV(B) 264.41º 0.69% 0.67% -
XYZ 13.74 8.07 38.86 -
YUV 79.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 100 52 170 0.41 0.69 0 0.33 264.41 0.53 0.44
Hex 64 34 AA 29 45 0 21 108 35 2C
Octal 144 64 252 51 105 0 41 410 65 54
Binary 1100100 110100 10101010 101001 1000101 0 100001 100001000 110101 101100

Color Harmonies of #6434AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434AA

Black with #6434AA

Text Example


Text Example

White with #6434AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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