Html Css Color HEX #643EAA Royal Purple

📋 copy color: '#643EAA'

red 100 ◦ green 62 ◦ blue 170

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

Shades of Royal Purple #643EAA

Tints of Royal Purple #643EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 30.12%
G = 18.67%
B = 51.2%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#643EAA (or 0x643EAA) is known color: Royal Purple. HEX triplet: 64, 3E and AA. RGB value is (100,62,170). Sum of RGB (Red+Green+Blue) = 100+62+170=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #643EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643EAA is #9BC155. Grayscale: #555555. Windows color (decimal): -10207574 or 11157092. OLE color: 11157092.

HSL color Cylindrical-coordinate representation of color #643EAA: hue angle of 261.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643EAA is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 62 170 -
CMYK 0.41 0.64 0 0.33
HSL 261.11º 0.47% 0.45% -
HSV(B) 261.11º 0.64% 0.67% -
XYZ 14.23 9.06 39.03 -
YUV 85.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 100 62 170 0.41 0.64 0 0.33 261.11 0.47 0.45
Hex 64 3E AA 29 40 0 21 105 2F 2D
Octal 144 76 252 51 100 0 41 405 57 55
Binary 1100100 111110 10101010 101001 1000000 0 100001 100000101 101111 101101

Color Harmonies of #643EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643EAA

Black with #643EAA

Text Example


Text Example

White with #643EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643EAA; }

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

 H1.HeaderClassName
 {
   color: #643EAA;
 }
 .AnyTagClassName
 {
   color: #643EAA;
 }
</style>

background-color css

<style>
 a { background-color: #643EAA; }

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

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

border-color css

<style>
 span { border-color: #643EAA; }

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

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