Html Css Color HEX #6434A5 Royal Purple

📋 copy color: '#6434A5'

red 100 ◦ green 52 ◦ blue 165

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

Shades of Royal Purple #6434A5

Tints of Royal Purple #6434A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 52.05%

R = 31.55%
G = 16.4%
B = 52.05%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6434A5 (or 0x6434A5) is known color: Royal Purple. HEX triplet: 64, 34 and A5. RGB value is (100,52,165). Sum of RGB (Red+Green+Blue) = 100+52+165=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #6434A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6434A5 is #9BCB5A. Grayscale: #4E4E4E. Windows color (decimal): -10210139 or 10826852. OLE color: 10826852.

HSL color Cylindrical-coordinate representation of color #6434A5: hue angle of 265.49º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6434A5 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 52 165 -
CMYK 0.39 0.68 0 0.35
HSL 265.49º 0.52% 0.43% -
HSV(B) 265.49º 0.68% 0.65% -
XYZ 13.28 7.88 36.42 -
YUV 79.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 100 52 165 0.39 0.68 0 0.35 265.49 0.52 0.43
Hex 64 34 A5 27 44 0 23 109 34 2B
Octal 144 64 245 47 104 0 43 411 64 53
Binary 1100100 110100 10100101 100111 1000100 0 100011 100001001 110100 101011

Color Harmonies of #6434A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434A5

Black with #6434A5

Text Example


Text Example

White with #6434A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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